Class: FedexWebServices::Soap::Ship::LiabilityCoverageDetail

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

Overview

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

coverageType - FedexWebServices::Soap::Ship::LiabilityCoverageType
coverageAmount - FedexWebServices::Soap::Ship::Money

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(coverageType = nil, coverageAmount = nil) ⇒ LiabilityCoverageDetail

Returns a new instance of LiabilityCoverageDetail.



1903
1904
1905
1906
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1903

def initialize(coverageType = nil, coverageAmount = nil)
  @coverageType = coverageType
  @coverageAmount = coverageAmount
end

Instance Attribute Details

#coverageAmountObject

Returns the value of attribute coverageAmount.



1901
1902
1903
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1901

def coverageAmount
  @coverageAmount
end

#coverageTypeObject

Returns the value of attribute coverageType.



1900
1901
1902
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1900

def coverageType
  @coverageType
end