Class: JSON5::DocumentParser::ElementParts
- Inherits:
-
Struct
- Object
- Struct
- JSON5::DocumentParser::ElementParts
- Defined in:
- lib/json5/document_parser.rb
Instance Attribute Summary collapse
-
#commas ⇒ Object
Returns the value of attribute commas.
-
#elements ⇒ Object
Returns the value of attribute elements.
Instance Attribute Details
#commas ⇒ Object
Returns the value of attribute commas
6 7 8 |
# File 'lib/json5/document_parser.rb', line 6 def commas @commas end |
#elements ⇒ Object
Returns the value of attribute elements
6 7 8 |
# File 'lib/json5/document_parser.rb', line 6 def elements @elements end |