Class: WorkflowRb::IOMapping
- Inherits:
-
Object
- Object
- WorkflowRb::IOMapping
- Defined in:
- lib/workflow_rb/models/io_mapping.rb
Instance Attribute Summary collapse
-
#property ⇒ Object
Returns the value of attribute property.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#property ⇒ Object
Returns the value of attribute property.
3 4 5 |
# File 'lib/workflow_rb/models/io_mapping.rb', line 3 def property @property end |
#value ⇒ Object
Returns the value of attribute value.
4 5 6 |
# File 'lib/workflow_rb/models/io_mapping.rb', line 4 def value @value end |