Class: PaymentType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentType

Constant Summary collapse

@@schema_type =
"PaymentType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["paymentMeans", ["PaymentMeansType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentMeans")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paymentMeans = nil) ⇒ PaymentType

Returns a new instance of PaymentType.



18205
18206
18207
18208
# File 'lib/eBay.rb', line 18205

def initialize(paymentMeans = nil)
  @paymentMeans = paymentMeans
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18199
18200
18201
# File 'lib/eBay.rb', line 18199

def __xmlele_any
  @__xmlele_any
end

#paymentMeansObject

Returns the value of attribute paymentMeans.



18198
18199
18200
# File 'lib/eBay.rb', line 18198

def paymentMeans
  @paymentMeans
end

Instance Method Details

#set_any(elements) ⇒ Object



18201
18202
18203
# File 'lib/eBay.rb', line 18201

def set_any(elements)
  @__xmlele_any = elements
end