class Eddy::Segments::MAN

### 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/man.rb, line 12
def initialize(store)
  @id = "MAN"
  @name = "Marks and Numbers"
  @man01 = Eddy::Elements::E88.new(ref: "MAN01", req: "M")
  @man02 = Eddy::Elements::E87.new(ref: "MAN02", req: "M")
  super(
    store,
    @man01,
    @man02,
  )
end

Public Instance Methods

MAN01=(arg) click to toggle source

### MAN01

  • Id: 88

  • Name: Marks and Numbers Qualifier

  • Type: ID

  • Min/Max: 1/2

  • Description: Code specifying the application or source of Marks and Numbers (87)

@param arg [String] @return [void]

# File lib/definitions/segments/generated/man.rb, line 34
def MAN01=(arg)
  @man01.value = arg
end
Also aliased as: MarksAndNumbersQualifier=
MAN02=(arg) click to toggle source

### MAN02

  • Id: 87

  • Name: Marks and Numbers

  • Type: AN

  • Min/Max: 1/48

  • Description: Marks and numbers used to identify a shipment or parts of a shipment

@param arg [String] @return [void]

# File lib/definitions/segments/generated/man.rb, line 49
def MAN02=(arg)
  @man02.value = arg
end
Also aliased as: MarksAndNumbers=
MarksAndNumbers=(arg)
Alias for: MAN02=
MarksAndNumbersQualifier=(arg)
Alias for: MAN01=