Class: JSON5::ByteSpan

Inherits:
Data
  • Object
show all
Defined in:
lib/json5/document_nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_byteObject (readonly)

Returns the value of attribute end_byte

Returns:

  • (Object)

    the current value of end_byte



4
5
6
# File 'lib/json5/document_nodes.rb', line 4

def end_byte
  @end_byte
end

#start_byteObject (readonly)

Returns the value of attribute start_byte

Returns:

  • (Object)

    the current value of start_byte



4
5
6
# File 'lib/json5/document_nodes.rb', line 4

def start_byte
  @start_byte
end