Class: FedexWebServices::Soap::Ship::CompletedCodDetail

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

Instance Method Summary collapse

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

#adjustmentTypeObject

Returns the value of attribute adjustmentType.



379
380
381
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 379

def adjustmentType
  @adjustmentType
end

#collectionAmountObject

Returns the value of attribute collectionAmount.



378
379
380
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 378

def collectionAmount
  @collectionAmount
end