Class: FedexWebServices::Soap::Ship::DocTabContent
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DocTabContent
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DocTabContent
docTabContentType - FedexWebServices::Soap::Ship::DocTabContentType
zone001 - FedexWebServices::Soap::Ship::DocTabContentZone001
- FedexWebServices::Soap::Ship::DocTabContentBarcoded
Instance Attribute Summary collapse
-
#barcoded ⇒ Object
Returns the value of attribute barcoded.
-
#docTabContentType ⇒ Object
Returns the value of attribute docTabContentType.
-
#zone001 ⇒ Object
Returns the value of attribute zone001.
Instance Method Summary collapse
-
#initialize(docTabContentType = nil, zone001 = nil, barcoded = nil) ⇒ DocTabContent
constructor
A new instance of DocTabContent.
Constructor Details
#initialize(docTabContentType = nil, zone001 = nil, barcoded = nil) ⇒ DocTabContent
Returns a new instance of DocTabContent.
1257 1258 1259 1260 1261 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1257 def initialize(docTabContentType = nil, zone001 = nil, = nil) @docTabContentType = docTabContentType @zone001 = zone001 = end |
Instance Attribute Details
#barcoded ⇒ Object
Returns the value of attribute barcoded.
1255 1256 1257 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1255 def end |
#docTabContentType ⇒ Object
Returns the value of attribute docTabContentType.
1253 1254 1255 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1253 def docTabContentType @docTabContentType end |
#zone001 ⇒ Object
Returns the value of attribute zone001.
1254 1255 1256 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1254 def zone001 @zone001 end |