Class: Plum::DraftDiff::FieldChange
- Inherits:
-
Struct
- Object
- Struct
- Plum::DraftDiff::FieldChange
- Defined in:
- app/services/plum/draft_diff.rb
Instance Attribute Summary collapse
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#label ⇒ Object
Returns the value of attribute label.
-
#segments ⇒ Object
Returns the value of attribute segments.
Instance Attribute Details
#handle ⇒ Object
Returns the value of attribute handle
11 12 13 |
# File 'app/services/plum/draft_diff.rb', line 11 def handle @handle end |
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'app/services/plum/draft_diff.rb', line 11 def label @label end |
#segments ⇒ Object
Returns the value of attribute segments
11 12 13 |
# File 'app/services/plum/draft_diff.rb', line 11 def segments @segments end |