Class: EBay::ProStoresDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsProStoresDetailsType

sellerThirdPartyUsername - SOAP::SOAPString
storeName - SOAP::SOAPString
status - EBay::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.



29166
29167
29168
29169
29170
29171
# File 'lib/eBay.rb', line 29166

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.



29160
29161
29162
# File 'lib/eBay.rb', line 29160

def __xmlele_any
  @__xmlele_any
end

#sellerThirdPartyUsernameObject

Returns the value of attribute sellerThirdPartyUsername.



29157
29158
29159
# File 'lib/eBay.rb', line 29157

def sellerThirdPartyUsername
  @sellerThirdPartyUsername
end

#statusObject

Returns the value of attribute status.



29159
29160
29161
# File 'lib/eBay.rb', line 29159

def status
  @status
end

#storeNameObject

Returns the value of attribute storeName.



29158
29159
29160
# File 'lib/eBay.rb', line 29158

def storeName
  @storeName
end

Instance Method Details

#set_any(elements) ⇒ Object



29162
29163
29164
# File 'lib/eBay.rb', line 29162

def set_any(elements)
  @__xmlele_any = elements
end