class GEDCOM_DATE_PARSER::GEDStateEntry

Attributes

action[RW]
input[RW]
nextState[RW]
state[RW]

Public Class Methods

new(st, ip, ns, a) click to toggle source
# File lib/gedcom_ruby/date_parser.rb, line 310
def initialize(st, ip, ns, a)
  @state = st
  @input = ip
  @nextState = ns
  @action = a
end