Class: FlatRateInsuranceRangeCostType

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

Overview

urn:ebay:apis:eBLBaseComponentsFlatRateInsuranceRangeCostType

flatRateInsuranceRange - FlatRateInsuranceRangeCodeType
insuranceCost - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(flatRateInsuranceRange = nil, insuranceCost = nil) ⇒ FlatRateInsuranceRangeCostType

Returns a new instance of FlatRateInsuranceRangeCostType.



19696
19697
19698
19699
19700
# File 'lib/eBay.rb', line 19696

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.



19690
19691
19692
# File 'lib/eBay.rb', line 19690

def __xmlele_any
  @__xmlele_any
end

#flatRateInsuranceRangeObject

Returns the value of attribute flatRateInsuranceRange.



19688
19689
19690
# File 'lib/eBay.rb', line 19688

def flatRateInsuranceRange
  @flatRateInsuranceRange
end

#insuranceCostObject

Returns the value of attribute insuranceCost.



19689
19690
19691
# File 'lib/eBay.rb', line 19689

def insuranceCost
  @insuranceCost
end

Instance Method Details

#set_any(elements) ⇒ Object



19692
19693
19694
# File 'lib/eBay.rb', line 19692

def set_any(elements)
  @__xmlele_any = elements
end