Method: EBay::StoreLogoType#initialize

Defined in:
lib/eBay.rb

#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