Class: RbJSON5::Parser::ObjectMember Private
- Inherits:
-
Struct
- Object
- Struct
- RbJSON5::Parser::ObjectMember
- Defined in:
- lib/rb_json5/parser/object.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
structure to keep a name/value pair for JSON5Object
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
92 93 94 |
# File 'lib/rb_json5/parser/object.rb', line 92 def name @name end |
#value ⇒ Object
Returns the value of attribute value
92 93 94 |
# File 'lib/rb_json5/parser/object.rb', line 92 def value @value end |