Class: StoreLogoType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreLogoType

Constant Summary collapse

@@schema_type =
"StoreLogoType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["logoID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LogoID")]],
["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]],
["uRL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URL")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(logoID = nil, name = nil, uRL = nil) ⇒ StoreLogoType

Returns a new instance of StoreLogoType.



18153
18154
18155
18156
18157
18158
# File 'lib/eBay.rb', line 18153

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18147
18148
18149
# File 'lib/eBay.rb', line 18147

def __xmlele_any
  @__xmlele_any
end

#logoIDObject

Returns the value of attribute logoID.



18144
18145
18146
# File 'lib/eBay.rb', line 18144

def logoID
  @logoID
end

#nameObject

Returns the value of attribute name.



18145
18146
18147
# File 'lib/eBay.rb', line 18145

def name
  @name
end

#uRLObject

Returns the value of attribute uRL.



18146
18147
18148
# File 'lib/eBay.rb', line 18146

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



18149
18150
18151
# File 'lib/eBay.rb', line 18149

def set_any(elements)
  @__xmlele_any = elements
end