Class: PartitionGardener::PlanDiff::Operation
- Inherits:
-
Data
- Object
- Data
- PartitionGardener::PlanDiff::Operation
- Defined in:
- lib/partition_gardener/plan_diff.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#attached_segment ⇒ Object
readonly
Returns the value of attribute attached_segment.
-
#segment ⇒ Object
readonly
Returns the value of attribute segment.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
6 7 8 |
# File 'lib/partition_gardener/plan_diff.rb', line 6 def action @action end |
#attached_segment ⇒ Object (readonly)
Returns the value of attribute attached_segment
6 7 8 |
# File 'lib/partition_gardener/plan_diff.rb', line 6 def attached_segment @attached_segment end |
#segment ⇒ Object (readonly)
Returns the value of attribute segment
6 7 8 |
# File 'lib/partition_gardener/plan_diff.rb', line 6 def segment @segment end |