Class: 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.



24759
24760
24761
24762
24763
24764
# File 'lib/eBay.rb', line 24759

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.



24753
24754
24755
# File 'lib/eBay.rb', line 24753

def __xmlele_any
  @__xmlele_any
end

#logoIDObject

Returns the value of attribute logoID.



24750
24751
24752
# File 'lib/eBay.rb', line 24750

def logoID
  @logoID
end

#nameObject

Returns the value of attribute name.



24751
24752
24753
# File 'lib/eBay.rb', line 24751

def name
  @name
end

#uRLObject

Returns the value of attribute uRL.



24752
24753
24754
# File 'lib/eBay.rb', line 24752

def uRL
  @uRL
end

Instance Method Details

#set_any(elements) ⇒ Object



24755
24756
24757
# File 'lib/eBay.rb', line 24755

def set_any(elements)
  @__xmlele_any = elements
end