Class: MyeBayFavoriteSellerType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyeBayFavoriteSellerType

userID - SOAP::SOAPString
storeName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userID = nil, storeName = nil) ⇒ MyeBayFavoriteSellerType

Returns a new instance of MyeBayFavoriteSellerType.



21555
21556
21557
21558
21559
# File 'lib/eBay.rb', line 21555

def initialize(userID = nil, storeName = nil)
  @userID = userID
  @storeName = storeName
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21549
21550
21551
# File 'lib/eBay.rb', line 21549

def __xmlele_any
  @__xmlele_any
end

#storeNameObject

Returns the value of attribute storeName.



21548
21549
21550
# File 'lib/eBay.rb', line 21548

def storeName
  @storeName
end

#userIDObject

Returns the value of attribute userID.



21547
21548
21549
# File 'lib/eBay.rb', line 21547

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



21551
21552
21553
# File 'lib/eBay.rb', line 21551

def set_any(elements)
  @__xmlele_any = elements
end