Class: JsonCompleter::ParseSlot
- Inherits:
-
Struct
- Object
- Struct
- JsonCompleter::ParseSlot
- Defined in:
- lib/json_completer.rb
Instance Attribute Summary collapse
-
#container ⇒ Object
Returns the value of attribute container.
-
#key ⇒ Object
Returns the value of attribute key.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#container ⇒ Object
Returns the value of attribute container
36 37 38 |
# File 'lib/json_completer.rb', line 36 def container @container end |
#key ⇒ Object
Returns the value of attribute key
36 37 38 |
# File 'lib/json_completer.rb', line 36 def key @key end |
#root ⇒ Object
Returns the value of attribute root
36 37 38 |
# File 'lib/json_completer.rb', line 36 def root @root end |