Class: FedexWebServices::Soap::Ship::HazardousCommodityPackagingDetail

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

Overview

http://fedex.com/ws/ship/v12HazardousCommodityPackagingDetail

count - SOAP::SOAPNonNegativeInteger
units - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, units = nil) ⇒ HazardousCommodityPackagingDetail

Returns a new instance of HazardousCommodityPackagingDetail.



1769
1770
1771
1772
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1769

def initialize(count = nil, units = nil)
  @count = count
  @units = units
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



1766
1767
1768
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1766

def count
  @count
end

#unitsObject

Returns the value of attribute units.



1767
1768
1769
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1767

def units
  @units
end