Class: CommandModel::Model::Parameter
- Inherits:
-
Struct
- Object
- Struct
- CommandModel::Model::Parameter
- Defined in:
- lib/command_model/model.rb
Instance Attribute Summary collapse
-
#converters ⇒ Object
Returns the value of attribute converters.
-
#name ⇒ Object
Returns the value of attribute name.
-
#validations ⇒ Object
Returns the value of attribute validations.
Instance Attribute Details
#converters ⇒ Object
Returns the value of attribute converters
7 8 9 |
# File 'lib/command_model/model.rb', line 7 def converters @converters end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/command_model/model.rb', line 7 def name @name end |
#validations ⇒ Object
Returns the value of attribute validations
7 8 9 |
# File 'lib/command_model/model.rb', line 7 def validations @validations end |