Class: Pegparse::BorrowedArea
- Inherits:
-
Struct
- Object
- Struct
- Pegparse::BorrowedArea
- Defined in:
- lib/pegparse/borrowed_areas.rb
Instance Attribute Summary collapse
-
#end_pos ⇒ Object
Returns the value of attribute end_pos.
-
#marker_pos ⇒ Object
Returns the value of attribute marker_pos.
-
#start_pos ⇒ Object
Returns the value of attribute start_pos.
Instance Attribute Details
#end_pos ⇒ Object
Returns the value of attribute end_pos
3 4 5 |
# File 'lib/pegparse/borrowed_areas.rb', line 3 def end_pos @end_pos end |
#marker_pos ⇒ Object
Returns the value of attribute marker_pos
3 4 5 |
# File 'lib/pegparse/borrowed_areas.rb', line 3 def marker_pos @marker_pos end |
#start_pos ⇒ Object
Returns the value of attribute start_pos
3 4 5 |
# File 'lib/pegparse/borrowed_areas.rb', line 3 def start_pos @start_pos end |