Class: FedexWebServices::Soap::Ship::LiabilityCoverageDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::LiabilityCoverageDetail
- 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
-
#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.
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
#coverageAmount ⇒ Object
Returns the value of attribute coverageAmount.
1901 1902 1903 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1901 def coverageAmount @coverageAmount end |
#coverageType ⇒ Object
Returns the value of attribute coverageType.
1900 1901 1902 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1900 def coverageType @coverageType end |