Class: Rjq::AST::SourceSpan
- Inherits:
-
Struct
- Object
- Struct
- Rjq::AST::SourceSpan
- Defined in:
- lib/rjq/ast.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#end_offset ⇒ Object
Returns the value of attribute end_offset.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#line ⇒ Object
Returns the value of attribute line.
-
#start_offset ⇒ Object
Returns the value of attribute start_offset.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
5 6 7 |
# File 'lib/rjq/ast.rb', line 5 def column @column end |
#end_offset ⇒ Object
Returns the value of attribute end_offset
5 6 7 |
# File 'lib/rjq/ast.rb', line 5 def end_offset @end_offset end |
#filename ⇒ Object
Returns the value of attribute filename
5 6 7 |
# File 'lib/rjq/ast.rb', line 5 def filename @filename end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/rjq/ast.rb', line 5 def line @line end |
#start_offset ⇒ Object
Returns the value of attribute start_offset
5 6 7 |
# File 'lib/rjq/ast.rb', line 5 def start_offset @start_offset end |