Class: Build::Text::Merge::Difference
- Inherits:
-
Struct
- Object
- Struct
- Build::Text::Merge::Difference
- Defined in:
- lib/build/text/merge.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
25 26 27 |
# File 'lib/build/text/merge.rb', line 25 def type @type end |
#value ⇒ Object
Returns the value of attribute value
25 26 27 |
# File 'lib/build/text/merge.rb', line 25 def value @value end |