Class: StorefrontType
- Inherits:
-
Object
- Object
- StorefrontType
- Defined in:
- lib/paypal-business/default.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")]], ["storeURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreURL")]] ]
Instance Attribute Summary collapse
-
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
-
#storeURL ⇒ Object
Returns the value of attribute storeURL.
Instance Method Summary collapse
-
#initialize(storeCategoryID = nil, storeURL = nil) ⇒ StorefrontType
constructor
A new instance of StorefrontType.
Constructor Details
#initialize(storeCategoryID = nil, storeURL = nil) ⇒ StorefrontType
Returns a new instance of StorefrontType.
2387 2388 2389 2390 |
# File 'lib/paypal-business/default.rb', line 2387 def initialize(storeCategoryID = nil, storeURL = nil) @storeCategoryID = storeCategoryID @storeURL = storeURL end |
Instance Attribute Details
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
2384 2385 2386 |
# File 'lib/paypal-business/default.rb', line 2384 def storeCategoryID @storeCategoryID end |
#storeURL ⇒ Object
Returns the value of attribute storeURL.
2385 2386 2387 |
# File 'lib/paypal-business/default.rb', line 2385 def storeURL @storeURL end |