Class: Specdiff::Compare::Side
- Inherits:
-
Struct
- Object
- Struct
- Specdiff::Compare::Side
- Defined in:
- lib/specdiff/compare.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
2 3 4 |
# File 'lib/specdiff/compare.rb', line 2 def type @type end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/specdiff/compare.rb', line 2 def value @value end |