Class: Mojito::Controllers::Entities::TypeConfiguration
- Inherits:
-
Object
- Object
- Mojito::Controllers::Entities::TypeConfiguration
- Defined in:
- lib/mojito/controllers/entities.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ TypeConfiguration
constructor
A new instance of TypeConfiguration.
Constructor Details
#initialize(type) ⇒ TypeConfiguration
Returns a new instance of TypeConfiguration.
32 33 34 |
# File 'lib/mojito/controllers/entities.rb', line 32 def initialize(type) @type = type end |