Class: Inthegra::BaseModel
- Inherits:
-
Object
- Object
- Inthegra::BaseModel
- Defined in:
- lib/inthegra/model/base.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ BaseModel
constructor
A new instance of BaseModel.
Constructor Details
#initialize(data) ⇒ BaseModel
Returns a new instance of BaseModel.
4 5 6 |
# File 'lib/inthegra/model/base.rb', line 4 def initialize(data) fill(data) end |