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.



20584
20585
20586
20587
20588
20589
# File 'lib/eBay.rb', line 20584

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.



20578
20579
20580
# File 'lib/eBay.rb', line 20578

def __xmlele_any
  @__xmlele_any
end

#logoIDObject

Returns the value of attribute logoID.



20575
20576
20577
# File 'lib/eBay.rb', line 20575

def logoID
  @logoID
end

#nameObject

Returns the value of attribute name.



20576
20577
20578
# File 'lib/eBay.rb', line 20576

def name
  @name
end

#uRLObject

Returns the value of attribute uRL.



20577
20578
20579
# File 'lib/eBay.rb', line 20577

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



20580
20581
20582
# File 'lib/eBay.rb', line 20580

def set_any(elements)
  @__xmlele_any = elements
end