Class: FedexWebServices::Soap::Ship::AdditionalLabelsDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#countObject

Returns the value of attribute count.



13
14
15
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 13

def count
  @count
end

#typeObject

Returns the value of attribute type.



12
13
14
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 12

def type
  @type
end