Class: Rjq::JSON::StreamParser::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rjq/json/stream_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#close_pathObject

Returns the value of attribute close_path

Returns:

  • (Object)

    the current value of close_path



7
8
9
# File 'lib/rjq/json/stream_parser.rb', line 7

def close_path
  @close_path
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



7
8
9
# File 'lib/rjq/json/stream_parser.rb', line 7

def events
  @events
end