Class: ProStoresDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsProStoresDetailsType

sellerThirdPartyUsername - SOAP::SOAPString
storeName - SOAP::SOAPString
status - EnableCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sellerThirdPartyUsername = nil, storeName = nil, status = nil) ⇒ ProStoresDetailsType

Returns a new instance of ProStoresDetailsType.



22373
22374
22375
22376
22377
22378
# File 'lib/eBay.rb', line 22373

def initialize(sellerThirdPartyUsername = nil, storeName = nil, status = nil)
  @sellerThirdPartyUsername = sellerThirdPartyUsername
  @storeName = storeName
  @status = status
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22367
22368
22369
# File 'lib/eBay.rb', line 22367

def __xmlele_any
  @__xmlele_any
end

#sellerThirdPartyUsernameObject

Returns the value of attribute sellerThirdPartyUsername.



22364
22365
22366
# File 'lib/eBay.rb', line 22364

def sellerThirdPartyUsername
  @sellerThirdPartyUsername
end

#statusObject

Returns the value of attribute status.



22366
22367
22368
# File 'lib/eBay.rb', line 22366

def status
  @status
end

#storeNameObject

Returns the value of attribute storeName.



22365
22366
22367
# File 'lib/eBay.rb', line 22365

def storeName
  @storeName
end

Instance Method Details

#set_any(elements) ⇒ Object



22369
22370
22371
# File 'lib/eBay.rb', line 22369

def set_any(elements)
  @__xmlele_any = elements
end