Class: Epuber::Location
- Inherits:
-
Struct
- Object
- Struct
- Epuber::Location
- Defined in:
- lib/epuber/utils/location.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
4 5 6 |
# File 'lib/epuber/utils/location.rb', line 4 def column @column end |
#lineno ⇒ Object
Returns the value of attribute lineno
4 5 6 |
# File 'lib/epuber/utils/location.rb', line 4 def lineno @lineno end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/epuber/utils/location.rb', line 4 def path @path end |