Class: StorefrontType

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

Instance Method Summary collapse

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

#storeCategoryIDObject

Returns the value of attribute storeCategoryID.



2204
2205
2206
# File 'lib/v_paypal/default.rb', line 2204

def storeCategoryID
  @storeCategoryID
end

#storeURLObject

Returns the value of attribute storeURL.



2205
2206
2207
# File 'lib/v_paypal/default.rb', line 2205

def storeURL
  @storeURL
end