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.



23245
23246
23247
23248
23249
23250
# File 'lib/eBay.rb', line 23245

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.



23239
23240
23241
# File 'lib/eBay.rb', line 23239

def __xmlele_any
  @__xmlele_any
end

#logoIDObject

Returns the value of attribute logoID.



23236
23237
23238
# File 'lib/eBay.rb', line 23236

def logoID
  @logoID
end

#nameObject

Returns the value of attribute name.



23237
23238
23239
# File 'lib/eBay.rb', line 23237

def name
  @name
end

#uRLObject

Returns the value of attribute uRL.



23238
23239
23240
# File 'lib/eBay.rb', line 23238

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



23241
23242
23243
# File 'lib/eBay.rb', line 23241

def set_any(elements)
  @__xmlele_any = elements
end