Class: FedexWebServices::Soap::Ship::AdditionalLabelsDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::AdditionalLabelsDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12AdditionalLabelsDetail
type - FedexWebServices::Soap::Ship::AdditionalLabelsType
count - SOAP::SOAPNonNegativeInteger
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, count = nil) ⇒ AdditionalLabelsDetail
constructor
A new instance of AdditionalLabelsDetail.
Constructor Details
#initialize(type = nil, count = nil) ⇒ AdditionalLabelsDetail
Returns a new instance of AdditionalLabelsDetail.
15 16 17 18 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 15 def initialize(type = nil, count = nil) @type = type @count = count end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
13 14 15 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 13 def count @count end |
#type ⇒ Object
Returns the value of attribute type.
12 13 14 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 12 def type @type end |