Class: InsuranceDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsInsuranceDetailsType

insuranceFee - AmountType
insuranceOption - InsuranceOptionCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(insuranceFee = nil, insuranceOption = nil) ⇒ InsuranceDetailsType

Returns a new instance of InsuranceDetailsType.



19901
19902
19903
19904
19905
# File 'lib/eBay.rb', line 19901

def initialize(insuranceFee = nil, insuranceOption = nil)
  @insuranceFee = insuranceFee
  @insuranceOption = insuranceOption
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19895
19896
19897
# File 'lib/eBay.rb', line 19895

def __xmlele_any
  @__xmlele_any
end

#insuranceFeeObject

Returns the value of attribute insuranceFee.



19893
19894
19895
# File 'lib/eBay.rb', line 19893

def insuranceFee
  @insuranceFee
end

#insuranceOptionObject

Returns the value of attribute insuranceOption.



19894
19895
19896
# File 'lib/eBay.rb', line 19894

def insuranceOption
  @insuranceOption
end

Instance Method Details

#set_any(elements) ⇒ Object



19897
19898
19899
# File 'lib/eBay.rb', line 19897

def set_any(elements)
  @__xmlele_any = elements
end