Class: EBay::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 - EBay::StoreSubscriptionLevelCodeType
description - SOAP::SOAPString
 - EBay::StoreLogoType
theme - EBay::StoreThemeType
headerStyle - EBay::StoreHeaderStyleCodeType
homePage - SOAP::SOAPLong
itemListLayout - EBay::StoreItemListLayoutCodeType
itemListSortOrder - EBay::StoreItemListSortOrderCodeType
customHeaderLayout - EBay::StoreCustomHeaderLayoutCodeType
customHeader - SOAP::SOAPString
exportListings - SOAP::SOAPBoolean
customCategories - EBay::StoreCustomCategoryArrayType
customListingHeader - EBay::StoreCustomListingHeaderType
merchDisplay - EBay::MerchDisplayCodeType
lastOpenedTime - SOAP::SOAPDateTime
titleWithCompatibility - SOAP::SOAPBoolean

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, titleWithCompatibility = nil) ⇒ StoreType

Returns a new instance of StoreType.



33992
33993
33994
33995
33996
33997
33998
33999
34000
34001
34002
34003
34004
34005
34006
34007
34008
34009
34010
34011
34012
34013
# File 'lib/eBay.rb', line 33992

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, titleWithCompatibility = 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
  @titleWithCompatibility = titleWithCompatibility
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



33986
33987
33988
# File 'lib/eBay.rb', line 33986

def __xmlele_any
  @__xmlele_any
end

#customCategoriesObject

Returns the value of attribute customCategories.



33981
33982
33983
# File 'lib/eBay.rb', line 33981

def customCategories
  @customCategories
end

#customHeaderObject

Returns the value of attribute customHeader.



33979
33980
33981
# File 'lib/eBay.rb', line 33979

def customHeader
  @customHeader
end

#customHeaderLayoutObject

Returns the value of attribute customHeaderLayout.



33978
33979
33980
# File 'lib/eBay.rb', line 33978

def customHeaderLayout
  @customHeaderLayout
end

#customListingHeaderObject

Returns the value of attribute customListingHeader.



33982
33983
33984
# File 'lib/eBay.rb', line 33982

def customListingHeader
  @customListingHeader
end

#descriptionObject

Returns the value of attribute description.



33971
33972
33973
# File 'lib/eBay.rb', line 33971

def description
  @description
end

#exportListingsObject

Returns the value of attribute exportListings.



33980
33981
33982
# File 'lib/eBay.rb', line 33980

def exportListings
  @exportListings
end

#headerStyleObject

Returns the value of attribute headerStyle.



33974
33975
33976
# File 'lib/eBay.rb', line 33974

def headerStyle
  @headerStyle
end

#homePageObject

Returns the value of attribute homePage.



33975
33976
33977
# File 'lib/eBay.rb', line 33975

def homePage
  @homePage
end

#itemListLayoutObject

Returns the value of attribute itemListLayout.



33976
33977
33978
# File 'lib/eBay.rb', line 33976

def itemListLayout
  @itemListLayout
end

#itemListSortOrderObject

Returns the value of attribute itemListSortOrder.



33977
33978
33979
# File 'lib/eBay.rb', line 33977

def itemListSortOrder
  @itemListSortOrder
end

#lastOpenedTimeObject

Returns the value of attribute lastOpenedTime.



33984
33985
33986
# File 'lib/eBay.rb', line 33984

def lastOpenedTime
  @lastOpenedTime
end

#logoObject

Returns the value of attribute logo.



33972
33973
33974
# File 'lib/eBay.rb', line 33972

def 
  @logo
end

#merchDisplayObject

Returns the value of attribute merchDisplay.



33983
33984
33985
# File 'lib/eBay.rb', line 33983

def merchDisplay
  @merchDisplay
end

#nameObject

Returns the value of attribute name.



33967
33968
33969
# File 'lib/eBay.rb', line 33967

def name
  @name
end

#subscriptionLevelObject

Returns the value of attribute subscriptionLevel.



33970
33971
33972
# File 'lib/eBay.rb', line 33970

def subscriptionLevel
  @subscriptionLevel
end

#themeObject

Returns the value of attribute theme.



33973
33974
33975
# File 'lib/eBay.rb', line 33973

def theme
  @theme
end

#titleWithCompatibilityObject

Returns the value of attribute titleWithCompatibility.



33985
33986
33987
# File 'lib/eBay.rb', line 33985

def titleWithCompatibility
  @titleWithCompatibility
end

#uRLObject

Returns the value of attribute uRL.



33969
33970
33971
# File 'lib/eBay.rb', line 33969

def uRL
  @uRL
end

#uRLPathObject

Returns the value of attribute uRLPath.



33968
33969
33970
# File 'lib/eBay.rb', line 33968

def uRLPath
  @uRLPath
end

Instance Method Details

#set_any(elements) ⇒ Object



33988
33989
33990
# File 'lib/eBay.rb', line 33988

def set_any(elements)
  @__xmlele_any = elements
end