Class: Lyra::Commands::CreateCommand
- Inherits:
-
Lyra::Command
- Object
- Lyra::Command
- Lyra::Commands::CreateCommand
- Defined in:
- lib/lyra/command.rb
Instance Attribute Summary
Attributes inherited from Lyra::Command
Instance Method Summary collapse
- #attributes ⇒ Object
-
#initialize(model_class, attributes) ⇒ CreateCommand
constructor
A new instance of CreateCommand.
Methods inherited from Lyra::Command
Constructor Details
#initialize(model_class, attributes) ⇒ CreateCommand
Returns a new instance of CreateCommand.
18 19 20 |
# File 'lib/lyra/command.rb', line 18 def initialize(model_class, attributes) super(model_class, attributes) end |
Instance Method Details
#attributes ⇒ Object
22 23 24 |
# File 'lib/lyra/command.rb', line 22 def attributes data end |