class Eddy::Segments::N3

### Segment Summary:

Public Class Methods

new(store) click to toggle source

@param store [Eddy::Data::Store] @return [void]

Calls superclass method Eddy::Models::Segment::new
# File lib/definitions/segments/generated/n3.rb, line 12
def initialize(store)
  @id = "N3"
  @name = "Address Information"
  @n301 = Eddy::Elements::E166.new(ref: "N301", req: "M")
  @n302 = Eddy::Elements::E166.new(ref: "N302", req: "O")
  super(
    store,
    @n301,
    @n302,
  )
end

Public Instance Methods

AddressInformation1=(arg)
Alias for: N301=
AddressInformation2=(arg)
Alias for: N302=
N301=(arg) click to toggle source

### N301

  • Id: 166

  • Name: Address Information

  • Type: AN

  • Min/Max: 1/55

  • Description: Address information

@param arg [String] @return [void]

# File lib/definitions/segments/generated/n3.rb, line 34
def N301=(arg)
  @n301.value = arg
end
Also aliased as: AddressInformation1=
N302=(arg) click to toggle source

### N302

  • Id: 166

  • Name: Address Information

  • Type: AN

  • Min/Max: 1/55

  • Description: Address information

@param arg [String] @return [void]

# File lib/definitions/segments/generated/n3.rb, line 49
def N302=(arg)
  @n302.value = arg
end
Also aliased as: AddressInformation2=