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