Class: JSON5::ObjectValue::Member

Inherits:
Data
  • Object
show all
Defined in:
lib/json5/object_value.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'lib/json5/object_value.rb', line 5

def key
  @key
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/json5/object_value.rb', line 5

def value
  @value
end