Class: StorefrontType
- Inherits:
-
Object
- Object
- StorefrontType
- Defined in:
- lib/v_paypal/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.
2207 2208 2209 2210 |
# File 'lib/v_paypal/default.rb', line 2207 def initialize(storeCategoryID = nil, storeURL = nil) @storeCategoryID = storeCategoryID @storeURL = storeURL end |
Instance Attribute Details
#storeCategoryID ⇒ Object
Returns the value of attribute storeCategoryID.
2204 2205 2206 |
# File 'lib/v_paypal/default.rb', line 2204 def storeCategoryID @storeCategoryID end |
#storeURL ⇒ Object
Returns the value of attribute storeURL.
2205 2206 2207 |
# File 'lib/v_paypal/default.rb', line 2205 def storeURL @storeURL end |