Class: Squared::Workspace::Support::ChainData

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



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

def action
  @action
end

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



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

def after
  @after
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



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

def before
  @before
end

#stepObject

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



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

def step
  @step
end

#syncObject

Returns the value of attribute sync

Returns:

  • (Object)

    the current value of sync



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

def sync
  @sync
end

#withObject

Returns the value of attribute with

Returns:

  • (Object)

    the current value of with



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

def with
  @with
end