Class: FedexWebServices::Soap::Ship::CompletedCodDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedCodDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedCodDetail
collectionAmount - FedexWebServices::Soap::Ship::Money
adjustmentType - FedexWebServices::Soap::Ship::CodAdjustmentType
Instance Attribute Summary collapse
-
#adjustmentType ⇒ Object
Returns the value of attribute adjustmentType.
-
#collectionAmount ⇒ Object
Returns the value of attribute collectionAmount.
Instance Method Summary collapse
-
#initialize(collectionAmount = nil, adjustmentType = nil) ⇒ CompletedCodDetail
constructor
A new instance of CompletedCodDetail.
Constructor Details
#initialize(collectionAmount = nil, adjustmentType = nil) ⇒ CompletedCodDetail
Returns a new instance of CompletedCodDetail.
381 382 383 384 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 381 def initialize(collectionAmount = nil, adjustmentType = nil) @collectionAmount = collectionAmount @adjustmentType = adjustmentType end |
Instance Attribute Details
#adjustmentType ⇒ Object
Returns the value of attribute adjustmentType.
379 380 381 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 379 def adjustmentType @adjustmentType end |
#collectionAmount ⇒ Object
Returns the value of attribute collectionAmount.
378 379 380 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 378 def collectionAmount @collectionAmount end |