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