Class: JsonCompleter::ParseSlot

Inherits:
Struct
  • Object
show all
Defined in:
lib/json_completer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



36
37
38
# File 'lib/json_completer.rb', line 36

def container
  @container
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



36
37
38
# File 'lib/json_completer.rb', line 36

def key
  @key
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



36
37
38
# File 'lib/json_completer.rb', line 36

def root
  @root
end