Class: Squared::Workspace::Support::ChainData
- Inherits:
-
Struct
- Object
- Struct
- Squared::Workspace::Support::ChainData
- Defined in:
- lib/squared/workspace/support/data.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#after ⇒ Object
Returns the value of attribute after.
-
#before ⇒ Object
Returns the value of attribute before.
-
#step ⇒ Object
Returns the value of attribute step.
-
#sync ⇒ Object
Returns the value of attribute sync.
-
#with ⇒ Object
Returns the value of attribute with.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
7 8 9 |
# File 'lib/squared/workspace/support/data.rb', line 7 def action @action end |
#after ⇒ Object
Returns the value of attribute after
7 8 9 |
# File 'lib/squared/workspace/support/data.rb', line 7 def after @after end |
#before ⇒ Object
Returns the value of attribute before
7 8 9 |
# File 'lib/squared/workspace/support/data.rb', line 7 def before @before end |
#step ⇒ Object
Returns the value of attribute step
7 8 9 |
# File 'lib/squared/workspace/support/data.rb', line 7 def step @step end |
#sync ⇒ Object
Returns the value of attribute sync
7 8 9 |
# File 'lib/squared/workspace/support/data.rb', line 7 def sync @sync end |
#with ⇒ Object
Returns the value of attribute with
7 8 9 |
# File 'lib/squared/workspace/support/data.rb', line 7 def with @with end |