Class: FedexWebServices::Soap::Ship::DocTabContent

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



1257
1258
1259
1260
1261
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1257

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.



1255
1256
1257
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1255

def barcoded
  @barcoded
end

#docTabContentTypeObject

Returns the value of attribute docTabContentType.



1253
1254
1255
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1253

def docTabContentType
  @docTabContentType
end

#zone001Object

Returns the value of attribute zone001.



1254
1255
1256
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1254

def zone001
  @zone001
end