Class: StorefrontType

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

Overview

urn:ebay:apis:eBLBaseComponentsStorefrontType

Constant Summary collapse

@@schema_type =
"StorefrontType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["storeCategoryID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreCategoryID")]],
["storeCategory2ID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreCategory2ID")]],
["storeURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreURL")]],
["storeName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreName")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(storeCategoryID = nil, storeCategory2ID = nil, storeURL = nil, storeName = nil) ⇒ StorefrontType

Returns a new instance of StorefrontType.



18379
18380
18381
18382
18383
18384
18385
# File 'lib/eBay.rb', line 18379

def initialize(storeCategoryID = nil, storeCategory2ID = nil, storeURL = nil, storeName = nil)
  @storeCategoryID = storeCategoryID
  @storeCategory2ID = storeCategory2ID
  @storeURL = storeURL
  @storeName = storeName
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18373
18374
18375
# File 'lib/eBay.rb', line 18373

def __xmlele_any
  @__xmlele_any
end

#storeCategory2IDObject

Returns the value of attribute storeCategory2ID.



18370
18371
18372
# File 'lib/eBay.rb', line 18370

def storeCategory2ID
  @storeCategory2ID
end

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



18369
18370
18371
# File 'lib/eBay.rb', line 18369

def storeCategoryID
  @storeCategoryID
end

#storeNameObject

Returns the value of attribute storeName.



18372
18373
18374
# File 'lib/eBay.rb', line 18372

def storeName
  @storeName
end

#storeURLObject

Returns the value of attribute storeURL.



18371
18372
18373
# File 'lib/eBay.rb', line 18371

def storeURL
  @storeURL
end

Instance Method Details

#set_any(elements) ⇒ Object



18375
18376
18377
# File 'lib/eBay.rb', line 18375

def set_any(elements)
  @__xmlele_any = elements
end