Class: EBay::StoreLogoType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreLogoType

logoID - SOAP::SOAPInt
name - SOAP::SOAPString
uRL - SOAP::SOAPAnyURI

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StoreLogoType.



33822
33823
33824
33825
33826
33827
# File 'lib/eBay.rb', line 33822

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.



33816
33817
33818
# File 'lib/eBay.rb', line 33816

def __xmlele_any
  @__xmlele_any
end

#logoIDObject

Returns the value of attribute logoID.



33813
33814
33815
# File 'lib/eBay.rb', line 33813

def logoID
  @logoID
end

#nameObject

Returns the value of attribute name.



33814
33815
33816
# File 'lib/eBay.rb', line 33814

def name
  @name
end

#uRLObject

Returns the value of attribute uRL.



33815
33816
33817
# File 'lib/eBay.rb', line 33815

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



33818
33819
33820
# File 'lib/eBay.rb', line 33818

def set_any(elements)
  @__xmlele_any = elements
end