Class: Packcr::Parser::LrEntry
- Inherits:
-
Object
- Object
- Packcr::Parser::LrEntry
- Defined in:
- lib/packcr/parser.rb
Instance Attribute Summary collapse
-
#head ⇒ Object
Returns the value of attribute head.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#seed ⇒ Object
Returns the value of attribute seed.
Instance Attribute Details
#head ⇒ Object
Returns the value of attribute head.
4526 4527 4528 |
# File 'lib/packcr/parser.rb', line 4526 def head @head end |
#rule ⇒ Object
Returns the value of attribute rule.
4526 4527 4528 |
# File 'lib/packcr/parser.rb', line 4526 def rule @rule end |
#seed ⇒ Object
Returns the value of attribute seed.
4526 4527 4528 |
# File 'lib/packcr/parser.rb', line 4526 def seed @seed end |