Class: EBay::FlatRateInsuranceRangeCostType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsFlatRateInsuranceRangeCostType

flatRateInsuranceRange - EBay::FlatRateInsuranceRangeCodeType
insuranceCost - EBay::AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24675
24676
24677
# File 'lib/eBay.rb', line 24675

def __xmlele_any
  @__xmlele_any
end

#flatRateInsuranceRangeObject

Returns the value of attribute flatRateInsuranceRange.



24673
24674
24675
# File 'lib/eBay.rb', line 24673

def flatRateInsuranceRange
  @flatRateInsuranceRange
end

#insuranceCostObject

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