Class: Rjq::JSON::StreamParser::Result
- Inherits:
-
Struct
- Object
- Struct
- Rjq::JSON::StreamParser::Result
- Defined in:
- lib/rjq/json/stream_parser.rb
Instance Attribute Summary collapse
-
#close_path ⇒ Object
Returns the value of attribute close_path.
-
#events ⇒ Object
Returns the value of attribute events.
Instance Attribute Details
#close_path ⇒ Object
Returns the value of attribute close_path
7 8 9 |
# File 'lib/rjq/json/stream_parser.rb', line 7 def close_path @close_path end |
#events ⇒ Object
Returns the value of attribute events
7 8 9 |
# File 'lib/rjq/json/stream_parser.rb', line 7 def events @events end |