Class: Packcr::Parser::LrEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/packcr/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headObject

Returns the value of attribute head.



4526
4527
4528
# File 'lib/packcr/parser.rb', line 4526

def head
  @head
end

#ruleObject

Returns the value of attribute rule.



4526
4527
4528
# File 'lib/packcr/parser.rb', line 4526

def rule
  @rule
end

#seedObject

Returns the value of attribute seed.



4526
4527
4528
# File 'lib/packcr/parser.rb', line 4526

def seed
  @seed
end