Class: Rjq::Runtime::InputRecord
- Inherits:
-
Struct
- Object
- Struct
- Rjq::Runtime::InputRecord
- Defined in:
- lib/rjq/runtime.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#line ⇒ Object
Returns the value of attribute line.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
118 119 120 |
# File 'lib/rjq/runtime.rb', line 118 def filename @filename end |
#line ⇒ Object
Returns the value of attribute line
118 119 120 |
# File 'lib/rjq/runtime.rb', line 118 def line @line end |
#value ⇒ Object
Returns the value of attribute value
118 119 120 |
# File 'lib/rjq/runtime.rb', line 118 def value @value end |