Class: StorefrontType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



2384
2385
2386
# File 'lib/paypal-business/default.rb', line 2384

def storeCategoryID
  @storeCategoryID
end

#storeURLObject

Returns the value of attribute storeURL.



2385
2386
2387
# File 'lib/paypal-business/default.rb', line 2385

def storeURL
  @storeURL
end