Class: FedexWebServices::Soap::Rate::DocTabContent
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DocTabContent
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DocTabContent
docTabContentType - FedexWebServices::Soap::Rate::DocTabContentType
zone001 - FedexWebServices::Soap::Rate::DocTabContentZone001
- FedexWebServices::Soap::Rate::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.
917 918 919 920 921 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 917 def initialize(docTabContentType = nil, zone001 = nil, = nil) @docTabContentType = docTabContentType @zone001 = zone001 @barcoded = end |
Instance Attribute Details
#barcoded ⇒ Object
Returns the value of attribute barcoded.
915 916 917 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 915 def @barcoded end |
#docTabContentType ⇒ Object
Returns the value of attribute docTabContentType.
913 914 915 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 913 def docTabContentType @docTabContentType end |
#zone001 ⇒ Object
Returns the value of attribute zone001.
914 915 916 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 914 def zone001 @zone001 end |