Class: IIInteractor::Variable
- Inherits:
-
Struct
- Object
- Struct
- IIInteractor::Variable
- Defined in:
- lib/ii_interactor/variables.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/ii_interactor/variables.rb', line 4 def name @name end |
#options ⇒ Object
Returns the value of attribute options
4 5 6 |
# File 'lib/ii_interactor/variables.rb', line 4 def end |
Instance Method Details
#default ⇒ Object
5 6 7 |
# File 'lib/ii_interactor/variables.rb', line 5 def default [:default] if end |
#from_return? ⇒ Boolean
13 14 15 |
# File 'lib/ii_interactor/variables.rb', line 13 def from_return? [:from_return] if end |
#required? ⇒ Boolean
9 10 11 |
# File 'lib/ii_interactor/variables.rb', line 9 def required? [:required] if end |