Class: CheckoutCompleteRedirectType

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

Overview

urn:ebay:apis:eBLBaseComponentsCheckoutCompleteRedirectType

uRL - SOAP::SOAPAnyURI
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uRL = nil, name = nil) ⇒ CheckoutCompleteRedirectType

Returns a new instance of CheckoutCompleteRedirectType.



18218
18219
18220
18221
18222
# File 'lib/eBay.rb', line 18218

def initialize(uRL = nil, name = nil)
  @uRL = uRL
  @name = name
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18212
18213
18214
# File 'lib/eBay.rb', line 18212

def __xmlele_any
  @__xmlele_any
end

#nameObject

Returns the value of attribute name.



18211
18212
18213
# File 'lib/eBay.rb', line 18211

def name
  @name
end

#uRLObject

Returns the value of attribute uRL.



18210
18211
18212
# File 'lib/eBay.rb', line 18210

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



18214
18215
18216
# File 'lib/eBay.rb', line 18214

def set_any(elements)
  @__xmlele_any = elements
end