Class: Ivy::Parameter
- Inherits:
-
Struct
- Object
- Struct
- Ivy::Parameter
- Defined in:
- lib/ivy/target.rb
Instance Attribute Summary collapse
-
#mandatory ⇒ Object
Returns the value of attribute mandatory.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Method Summary collapse
Instance Attribute Details
#mandatory ⇒ Object
Returns the value of attribute mandatory
153 154 155 |
# File 'lib/ivy/target.rb', line 153 def mandatory @mandatory end |
#symbol ⇒ Object
Returns the value of attribute symbol
153 154 155 |
# File 'lib/ivy/target.rb', line 153 def symbol @symbol end |
Instance Method Details
#mandatory? ⇒ Boolean
154 155 156 |
# File 'lib/ivy/target.rb', line 154 def mandatory? mandatory end |