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

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

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

#barcodedObject

Returns the value of attribute barcoded.



915
916
917
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 915

def barcoded
  @barcoded
end

#docTabContentTypeObject

Returns the value of attribute docTabContentType.



913
914
915
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 913

def docTabContentType
  @docTabContentType
end

#zone001Object

Returns the value of attribute zone001.



914
915
916
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 914

def zone001
  @zone001
end