Class: SubDiff::DiffBuilder
- Inherits:
-
Struct
- Object
- Struct
- SubDiff::DiffBuilder
- Extended by:
- Forwardable
- Defined in:
- lib/sub_diff/diff_builder.rb
Instance Attribute Summary collapse
-
#string ⇒ Object
Returns the value of attribute string.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#string ⇒ Object
Returns the value of attribute string
7 8 9 |
# File 'lib/sub_diff/diff_builder.rb', line 7 def string @string end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/sub_diff/diff_builder.rb', line 7 def type @type end |