Module: Paxmex

Defined in:
lib/paxmex.rb,
lib/paxmex/schema.rb,
lib/paxmex/version.rb,
lib/paxmex/schema/field.rb,
lib/paxmex/schema/section.rb

Defined Under Namespace

Classes: ParsedSection, Parser, Schema, SchemaProxy

Constant Summary collapse

VERSION =
'2.0.0'

Class Method Summary collapse

Class Method Details

.cbnotObject



21
22
23
# File 'lib/paxmex.rb', line 21

def cbnot
  @cbnot ||= SchemaProxy.new('cbnot')
end

.epaObject



25
26
27
# File 'lib/paxmex.rb', line 25

def epa
  @epa ||= SchemaProxy.new('epa')
end

.eprawObject



29
30
31
# File 'lib/paxmex.rb', line 29

def epraw
  @epraw ||= SchemaProxy.new('epraw')
end

.eptrnObject



33
34
35
# File 'lib/paxmex.rb', line 33

def eptrn
  @eptrn ||= SchemaProxy.new('eptrn')
end