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