Class: EDI::Dir::BCDS_entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/edi4r/standards.rb

Overview

Common structure of B)ranch (of a msg), C)DE, D)E, S)egment

Instance Attribute Summary collapse

Instance Attribute Details

#item_noObject

Returns the value of attribute item_no

Returns:

  • (Object)

    the current value of item_no



55
56
57
# File 'lib/edi4r/standards.rb', line 55

def item_no
  @item_no
end

#maxrepObject

Returns the value of attribute maxrep

Returns:

  • (Object)

    the current value of maxrep



55
56
57
# File 'lib/edi4r/standards.rb', line 55

def maxrep
  @maxrep
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



55
56
57
# File 'lib/edi4r/standards.rb', line 55

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



55
56
57
# File 'lib/edi4r/standards.rb', line 55

def status
  @status
end