Class: JSON5::ByteSpan
- Inherits:
-
Data
- Object
- Data
- JSON5::ByteSpan
- Defined in:
- lib/json5/document_nodes.rb
Instance Attribute Summary collapse
-
#end_byte ⇒ Object
readonly
Returns the value of attribute end_byte.
-
#start_byte ⇒ Object
readonly
Returns the value of attribute start_byte.
Instance Attribute Details
#end_byte ⇒ Object (readonly)
Returns the value of attribute end_byte
4 5 6 |
# File 'lib/json5/document_nodes.rb', line 4 def end_byte @end_byte end |
#start_byte ⇒ Object (readonly)
Returns the value of attribute start_byte
4 5 6 |
# File 'lib/json5/document_nodes.rb', line 4 def start_byte @start_byte end |