Class: StoreType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsStoreType

name - SOAP::SOAPString
uRLPath - SOAP::SOAPString
uRL - SOAP::SOAPAnyURI
subscriptionLevel - StoreSubscriptionLevelCodeType
description - SOAP::SOAPString
 - StoreLogoType
theme - StoreThemeType
headerStyle - StoreHeaderStyleCodeType
homePage - SOAP::SOAPLong
itemListLayout - StoreItemListLayoutCodeType
itemListSortOrder - StoreItemListSortOrderCodeType
customHeaderLayout - StoreCustomHeaderLayoutCodeType
customHeader - SOAP::SOAPString
exportListings - SOAP::SOAPBoolean
customCategories - StoreCustomCategoryArrayType
customListingHeader - StoreCustomListingHeaderType
merchDisplay - MerchDisplayCodeType
lastOpenedTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, uRLPath = nil, uRL = nil, subscriptionLevel = nil, description = nil, logo = nil, theme = nil, headerStyle = nil, homePage = nil, itemListLayout = nil, itemListSortOrder = nil, customHeaderLayout = nil, customHeader = nil, exportListings = nil, customCategories = nil, customListingHeader = nil, merchDisplay = nil, lastOpenedTime = nil) ⇒ StoreType

Returns a new instance of StoreType.



24885
24886
24887
24888
24889
24890
24891
24892
24893
24894
24895
24896
24897
24898
24899
24900
24901
24902
24903
24904
24905
# File 'lib/eBay.rb', line 24885

def initialize(name = nil, uRLPath = nil, uRL = nil, subscriptionLevel = nil, description = nil,  = nil, theme = nil, headerStyle = nil, homePage = nil, itemListLayout = nil, itemListSortOrder = nil, customHeaderLayout = nil, customHeader = nil, exportListings = nil, customCategories = nil, customListingHeader = nil, merchDisplay = nil, lastOpenedTime = nil)
  @name = name
  @uRLPath = uRLPath
  @uRL = uRL
  @subscriptionLevel = subscriptionLevel
  @description = description
  @logo = 
  @theme = theme
  @headerStyle = headerStyle
  @homePage = homePage
  @itemListLayout = itemListLayout
  @itemListSortOrder = itemListSortOrder
  @customHeaderLayout = customHeaderLayout
  @customHeader = customHeader
  @exportListings = exportListings
  @customCategories = customCategories
  @customListingHeader = customListingHeader
  @merchDisplay = merchDisplay
  @lastOpenedTime = lastOpenedTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24879
24880
24881
# File 'lib/eBay.rb', line 24879

def __xmlele_any
  @__xmlele_any
end

#customCategoriesObject

Returns the value of attribute customCategories.



24875
24876
24877
# File 'lib/eBay.rb', line 24875

def customCategories
  @customCategories
end

#customHeaderObject

Returns the value of attribute customHeader.



24873
24874
24875
# File 'lib/eBay.rb', line 24873

def customHeader
  @customHeader
end

#customHeaderLayoutObject

Returns the value of attribute customHeaderLayout.



24872
24873
24874
# File 'lib/eBay.rb', line 24872

def customHeaderLayout
  @customHeaderLayout
end

#customListingHeaderObject

Returns the value of attribute customListingHeader.



24876
24877
24878
# File 'lib/eBay.rb', line 24876

def customListingHeader
  @customListingHeader
end

#descriptionObject

Returns the value of attribute description.



24865
24866
24867
# File 'lib/eBay.rb', line 24865

def description
  @description
end

#exportListingsObject

Returns the value of attribute exportListings.



24874
24875
24876
# File 'lib/eBay.rb', line 24874

def exportListings
  @exportListings
end

#headerStyleObject

Returns the value of attribute headerStyle.



24868
24869
24870
# File 'lib/eBay.rb', line 24868

def headerStyle
  @headerStyle
end

#homePageObject

Returns the value of attribute homePage.



24869
24870
24871
# File 'lib/eBay.rb', line 24869

def homePage
  @homePage
end

#itemListLayoutObject

Returns the value of attribute itemListLayout.



24870
24871
24872
# File 'lib/eBay.rb', line 24870

def itemListLayout
  @itemListLayout
end

#itemListSortOrderObject

Returns the value of attribute itemListSortOrder.



24871
24872
24873
# File 'lib/eBay.rb', line 24871

def itemListSortOrder
  @itemListSortOrder
end

#lastOpenedTimeObject

Returns the value of attribute lastOpenedTime.



24878
24879
24880
# File 'lib/eBay.rb', line 24878

def lastOpenedTime
  @lastOpenedTime
end

#logoObject

Returns the value of attribute logo.



24866
24867
24868
# File 'lib/eBay.rb', line 24866

def 
  @logo
end

#merchDisplayObject

Returns the value of attribute merchDisplay.



24877
24878
24879
# File 'lib/eBay.rb', line 24877

def merchDisplay
  @merchDisplay
end

#nameObject

Returns the value of attribute name.



24861
24862
24863
# File 'lib/eBay.rb', line 24861

def name
  @name
end

#subscriptionLevelObject

Returns the value of attribute subscriptionLevel.



24864
24865
24866
# File 'lib/eBay.rb', line 24864

def subscriptionLevel
  @subscriptionLevel
end

#themeObject

Returns the value of attribute theme.



24867
24868
24869
# File 'lib/eBay.rb', line 24867

def theme
  @theme
end

#uRLObject

Returns the value of attribute uRL.



24863
24864
24865
# File 'lib/eBay.rb', line 24863

def uRL
  @uRL
end

#uRLPathObject

Returns the value of attribute uRLPath.



24862
24863
24864
# File 'lib/eBay.rb', line 24862

def uRLPath
  @uRLPath
end

Instance Method Details

#set_any(elements) ⇒ Object



24881
24882
24883
# File 'lib/eBay.rb', line 24881

def set_any(elements)
  @__xmlele_any = elements
end