Class: PartitionGardener::PlanDiff::Operation

Inherits:
Data
  • Object
show all
Defined in:
lib/partition_gardener/plan_diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



6
7
8
# File 'lib/partition_gardener/plan_diff.rb', line 6

def action
  @action
end

#attached_segmentObject (readonly)

Returns the value of attribute attached_segment

Returns:

  • (Object)

    the current value of attached_segment



6
7
8
# File 'lib/partition_gardener/plan_diff.rb', line 6

def attached_segment
  @attached_segment
end

#segmentObject (readonly)

Returns the value of attribute segment

Returns:

  • (Object)

    the current value of segment



6
7
8
# File 'lib/partition_gardener/plan_diff.rb', line 6

def segment
  @segment
end