Class: PaymentOptionDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentOptionDetailsType

paymentOption - BuyerPaymentMethodCodeType
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paymentOption = nil, description = nil) ⇒ PaymentOptionDetailsType

Returns a new instance of PaymentOptionDetailsType.



22097
22098
22099
22100
22101
# File 'lib/eBay.rb', line 22097

def initialize(paymentOption = nil, description = nil)
  @paymentOption = paymentOption
  @description = description
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22091
22092
22093
# File 'lib/eBay.rb', line 22091

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



22090
22091
22092
# File 'lib/eBay.rb', line 22090

def description
  @description
end

#paymentOptionObject

Returns the value of attribute paymentOption.



22089
22090
22091
# File 'lib/eBay.rb', line 22089

def paymentOption
  @paymentOption
end

Instance Method Details

#set_any(elements) ⇒ Object



22093
22094
22095
# File 'lib/eBay.rb', line 22093

def set_any(elements)
  @__xmlele_any = elements
end