Class: EBay::FlatRateInsuranceRangeCostType
- Inherits:
-
Object
- Object
- EBay::FlatRateInsuranceRangeCostType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFlatRateInsuranceRangeCostType
flatRateInsuranceRange - EBay::FlatRateInsuranceRangeCodeType
insuranceCost - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#flatRateInsuranceRange ⇒ Object
Returns the value of attribute flatRateInsuranceRange.
-
#insuranceCost ⇒ Object
Returns the value of attribute insuranceCost.
Instance Method Summary collapse
-
#initialize(flatRateInsuranceRange = nil, insuranceCost = nil) ⇒ FlatRateInsuranceRangeCostType
constructor
A new instance of FlatRateInsuranceRangeCostType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(flatRateInsuranceRange = nil, insuranceCost = nil) ⇒ FlatRateInsuranceRangeCostType
Returns a new instance of FlatRateInsuranceRangeCostType.
24681 24682 24683 24684 24685 |
# File 'lib/eBay.rb', line 24681 def initialize(flatRateInsuranceRange = nil, insuranceCost = nil) @flatRateInsuranceRange = flatRateInsuranceRange @insuranceCost = insuranceCost @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24675 24676 24677 |
# File 'lib/eBay.rb', line 24675 def __xmlele_any @__xmlele_any end |
#flatRateInsuranceRange ⇒ Object
Returns the value of attribute flatRateInsuranceRange.
24673 24674 24675 |
# File 'lib/eBay.rb', line 24673 def flatRateInsuranceRange @flatRateInsuranceRange end |
#insuranceCost ⇒ Object
Returns the value of attribute insuranceCost.
24674 24675 24676 |
# File 'lib/eBay.rb', line 24674 def insuranceCost @insuranceCost end |
Instance Method Details
#set_any(elements) ⇒ Object
24677 24678 24679 |
# File 'lib/eBay.rb', line 24677 def set_any(elements) @__xmlele_any = elements end |