Class: FedexWebServices::Soap::Rate::DocTabContent

Inherits:
Object
  • Object
show all
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 barcoded - FedexWebServices::Soap::Rate::DocTabContentBarcoded

Instance Attribute Summary collapse

Instance Method Summary collapse

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, barcoded = nil)
  @docTabContentType = docTabContentType
  @zone001 = zone001
  @barcoded = 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
  @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