Class: Squared::Workspace::Support::RunData
- Inherits:
-
Struct
- Object
- Struct
- Squared::Workspace::Support::RunData
- Defined in:
- lib/squared/workspace/support/data.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#run ⇒ Object
Returns the value of attribute run.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
6 7 8 |
# File 'lib/squared/workspace/support/data.rb', line 6 def block @block end |
#run ⇒ Object
Returns the value of attribute run
6 7 8 |
# File 'lib/squared/workspace/support/data.rb', line 6 def run @run end |