Class: SubDiff::DiffBuilder

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/sub_diff/diff_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



7
8
9
# File 'lib/sub_diff/diff_builder.rb', line 7

def string
  @string
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/sub_diff/diff_builder.rb', line 7

def type
  @type
end