Class: PoExpImpHeader
- Inherits:
-
Object
- Object
- PoExpImpHeader
- Defined in:
- lib/po_detail/po_exp_imp_header.rb
Overview
class used to represent POEXPIMPHEADER. Used internally
Instance Attribute Summary collapse
-
#customs ⇒ String
Customs Office: Office of Exit/Entry for Foreign Trade.
-
#transport_mode ⇒ String
Mode of Transport for Foreign Trade.
Instance Attribute Details
#customs ⇒ String
Returns Customs Office: Office of Exit/Entry for Foreign Trade.
4 5 6 |
# File 'lib/po_detail/po_exp_imp_header.rb', line 4 def customs @customs end |
#transport_mode ⇒ String
Returns Mode of Transport for Foreign Trade.
6 7 8 |
# File 'lib/po_detail/po_exp_imp_header.rb', line 6 def transport_mode @transport_mode end |