Class: StorefrontType
- Inherits:
-
Object
- Object
- StorefrontType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#storeCategory2ID ⇒ Object
Returns the value of attribute storeCategory2ID.
-
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
-
#storeName ⇒ Object
Returns the value of attribute storeName.
-
#storeURL ⇒ Object
Returns the value of attribute storeURL.
Instance Method Summary collapse
-
#initialize(storeCategoryID = nil, storeCategory2ID = nil, storeURL = nil, storeName = nil) ⇒ StorefrontType
constructor
A new instance of StorefrontType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(storeCategoryID = nil, storeCategory2ID = nil, storeURL = nil, storeName = nil) ⇒ StorefrontType
Returns a new instance of StorefrontType.
23481 23482 23483 23484 23485 23486 23487 |
# File 'lib/eBay.rb', line 23481 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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23475 23476 23477 |
# File 'lib/eBay.rb', line 23475 def __xmlele_any @__xmlele_any end |
#storeCategory2ID ⇒ Object
Returns the value of attribute storeCategory2ID.
23472 23473 23474 |
# File 'lib/eBay.rb', line 23472 def storeCategory2ID @storeCategory2ID end |
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
23471 23472 23473 |
# File 'lib/eBay.rb', line 23471 def storeCategoryID @storeCategoryID end |
#storeName ⇒ Object
Returns the value of attribute storeName.
23474 23475 23476 |
# File 'lib/eBay.rb', line 23474 def storeName @storeName end |
#storeURL ⇒ Object
Returns the value of attribute storeURL.
23473 23474 23475 |
# File 'lib/eBay.rb', line 23473 def storeURL @storeURL end |
Instance Method Details
#set_any(elements) ⇒ Object
23477 23478 23479 |
# File 'lib/eBay.rb', line 23477 def set_any(elements) @__xmlele_any = elements end |