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
15 16 17 |
# File 'lib/command_model/model.rb', line 15 def converters @converters end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/command_model/model.rb', line 15 def name @name end |
#validations ⇒ Object
Returns the value of attribute validations
15 16 17 |
# File 'lib/command_model/model.rb', line 15 def validations @validations end |