Class: Plum::DraftDiff::FieldChange

Inherits:
Struct
  • Object
show all
Defined in:
app/services/plum/draft_diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



11
12
13
# File 'app/services/plum/draft_diff.rb', line 11

def handle
  @handle
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



11
12
13
# File 'app/services/plum/draft_diff.rb', line 11

def label
  @label
end

#segmentsObject

Returns the value of attribute segments

Returns:

  • (Object)

    the current value of segments



11
12
13
# File 'app/services/plum/draft_diff.rb', line 11

def segments
  @segments
end