class Eddy::Segments::N2

### Segment Summary:

### 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/n2.rb, line 12
def initialize(store)
  @id = "N2"
  @name = "Additional Name Information"
  @n201 = Eddy::Elements::E93.new(ref: "N201", req: "M")
  @n202 = Eddy::Elements::E93.new(ref: "N202", req: "O")
  super(
    store,
    @n201,
    @n202,
  )
end

Public Instance Methods

N201=(arg) click to toggle source

### N201

  • Id: 93

  • Name: Name

  • Type: AN

  • Min/Max: 1/60

  • Description: Free-form name

@param arg [String] @return [void]

# File lib/definitions/segments/generated/n2.rb, line 34
def N201=(arg)
  @n201.value = arg
end
Also aliased as: Name1=, Name1=
N202=(arg) click to toggle source

### N202

  • Id: 93

  • Name: Name

  • Type: AN

  • Min/Max: 1/60

  • Description: Free-form name

@param arg [String] @return [void]

# File lib/definitions/segments/generated/n2.rb, line 49
def N202=(arg)
  @n202.value = arg
end
Also aliased as: Name2=, Name2=
Name1=(arg)
Alias for: N201=
Name2=(arg)
Alias for: N202=