class EdifactConverter::EDI2XML11::Locator

Attributes

position[W]
properties[W]
rules[W]
settings[W]

Public Instance Methods

position() click to toggle source
# File lib/edifact_converter/edi2xml11/locator.rb, line 18
def position
  @position ||= Position.new
end
properties() click to toggle source
# File lib/edifact_converter/edi2xml11/locator.rb, line 22
def properties
  @properties 
end
rules() click to toggle source
# File lib/edifact_converter/edi2xml11/locator.rb, line 14
def rules
  @rules ||= EdifactConverter::Configuration.edifact_rules(properties[:type], 'default')
end
settings() click to toggle source
# File lib/edifact_converter/edi2xml11/locator.rb, line 9
def settings
  raise 'hell'
  @settings ||= EdifactConverter::Configuration.rules['default']
end