Class: Squared::Workspace::Support::RunData

Inherits:
Struct
  • Object
show all
Defined in:
lib/squared/workspace/support/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



6
7
8
# File 'lib/squared/workspace/support/data.rb', line 6

def block
  @block
end

#runObject

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



6
7
8
# File 'lib/squared/workspace/support/data.rb', line 6

def run
  @run
end