Class: FedexWebServices::Soap::Rate::LiabilityCoverageDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::LiabilityCoverageDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13LiabilityCoverageDetail
coverageType - FedexWebServices::Soap::Rate::LiabilityCoverageType
coverageAmount - FedexWebServices::Soap::Rate::Money
Instance Attribute Summary collapse
-
#coverageAmount ⇒ Object
Returns the value of attribute coverageAmount.
-
#coverageType ⇒ Object
Returns the value of attribute coverageType.
Instance Method Summary collapse
-
#initialize(coverageType = nil, coverageAmount = nil) ⇒ LiabilityCoverageDetail
constructor
A new instance of LiabilityCoverageDetail.
Constructor Details
#initialize(coverageType = nil, coverageAmount = nil) ⇒ LiabilityCoverageDetail
Returns a new instance of LiabilityCoverageDetail.
1608 1609 1610 1611 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1608 def initialize(coverageType = nil, coverageAmount = nil) @coverageType = coverageType @coverageAmount = coverageAmount end |
Instance Attribute Details
#coverageAmount ⇒ Object
Returns the value of attribute coverageAmount.
1606 1607 1608 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1606 def coverageAmount @coverageAmount end |
#coverageType ⇒ Object
Returns the value of attribute coverageType.
1605 1606 1607 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1605 def coverageType @coverageType end |