Class: Rjq::JSON::Parser::ParsedValue
- Inherits:
-
Struct
- Object
- Struct
- Rjq::JSON::Parser::ParsedValue
- Defined in:
- lib/rjq/json/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
6 7 8 |
# File 'lib/rjq/json/parser.rb', line 6 def line @line end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/rjq/json/parser.rb', line 6 def value @value end |