StickShift::Model
# File lib/stickshift-controller/app/models/key.rb, line 7 def initialize(name, type, content) self.name = name self.type = type self.content = content end