Class: Action
- Inherits:
-
Struct
- Object
- Struct
- Action
- Defined in:
- lib/action.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/action.rb', line 3 def description @description end |
#inputs ⇒ Object
Returns the value of attribute inputs
3 4 5 |
# File 'lib/action.rb', line 3 def inputs @inputs end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/action.rb', line 3 def name @name end |