Class: Parslet::Atoms::Rule::Position::MemoEntry
- Inherits:
-
Struct
- Object
- Struct
- Parslet::Atoms::Rule::Position::MemoEntry
- Defined in:
- lib/parslet/atoms/rule/position.rb
Instance Attribute Summary collapse
-
#answer ⇒ Object
Returns the value of attribute answer.
-
#pos ⇒ Object
Returns the value of attribute pos.
Instance Attribute Details
#answer ⇒ Object
Returns the value of attribute answer
4 5 6 |
# File 'lib/parslet/atoms/rule/position.rb', line 4 def answer @answer end |
#pos ⇒ Object
Returns the value of attribute pos
4 5 6 |
# File 'lib/parslet/atoms/rule/position.rb', line 4 def pos @pos end |