Class: EBay::StoreLogoType
- Inherits:
-
Object
- Object
- EBay::StoreLogoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreLogoType
logoID - SOAP::SOAPInt
name - SOAP::SOAPString
uRL - SOAP::SOAPAnyURI
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#logoID ⇒ Object
Returns the value of attribute logoID.
-
#name ⇒ Object
Returns the value of attribute name.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
Instance Method Summary collapse
-
#initialize(logoID = nil, name = nil, uRL = nil) ⇒ StoreLogoType
constructor
A new instance of StoreLogoType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33816 33817 33818 |
# File 'lib/eBay.rb', line 33816 def __xmlele_any @__xmlele_any end |
#logoID ⇒ Object
Returns the value of attribute logoID.
33813 33814 33815 |
# File 'lib/eBay.rb', line 33813 def logoID @logoID end |
#name ⇒ Object
Returns the value of attribute name.
33814 33815 33816 |
# File 'lib/eBay.rb', line 33814 def name @name end |
#uRL ⇒ Object
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 |