Class: JSON5::ObjectValue::Member
- Inherits:
-
Data
- Object
- Data
- JSON5::ObjectValue::Member
- Defined in:
- lib/json5/object_value.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
5 6 7 |
# File 'lib/json5/object_value.rb', line 5 def key @key end |
#value ⇒ Object (readonly)
Returns the value of attribute value
5 6 7 |
# File 'lib/json5/object_value.rb', line 5 def value @value end |