Class: StoreVacationPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreVacationPreferencesType

onVacation - SOAP::SOAPBoolean
returnDate - SOAP::SOAPDateTime
hideFixedPriceStoreItems - SOAP::SOAPBoolean
messageItem - SOAP::SOAPBoolean
messageStore - SOAP::SOAPBoolean
displayMessageStoreCustomText - SOAP::SOAPBoolean
messageStoreCustomText - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(onVacation = nil, returnDate = nil, hideFixedPriceStoreItems = nil, messageItem = nil, messageStore = nil, displayMessageStoreCustomText = nil, messageStoreCustomText = nil) ⇒ StoreVacationPreferencesType

Returns a new instance of StoreVacationPreferencesType.



24925
24926
24927
24928
24929
24930
24931
24932
24933
# File 'lib/eBay.rb', line 24925

def initialize(onVacation = nil, returnDate = nil, hideFixedPriceStoreItems = nil, messageItem = nil, messageStore = nil, displayMessageStoreCustomText = nil, messageStoreCustomText = nil)
  @onVacation = onVacation
  @returnDate = returnDate
  @hideFixedPriceStoreItems = hideFixedPriceStoreItems
  @messageItem = messageItem
  @messageStore = messageStore
  @displayMessageStoreCustomText = displayMessageStoreCustomText
  @messageStoreCustomText = messageStoreCustomText
end

Instance Attribute Details

#displayMessageStoreCustomTextObject

Returns the value of attribute displayMessageStoreCustomText.



24922
24923
24924
# File 'lib/eBay.rb', line 24922

def displayMessageStoreCustomText
  @displayMessageStoreCustomText
end

#hideFixedPriceStoreItemsObject

Returns the value of attribute hideFixedPriceStoreItems.



24919
24920
24921
# File 'lib/eBay.rb', line 24919

def hideFixedPriceStoreItems
  @hideFixedPriceStoreItems
end

#messageItemObject

Returns the value of attribute messageItem.



24920
24921
24922
# File 'lib/eBay.rb', line 24920

def messageItem
  @messageItem
end

#messageStoreObject

Returns the value of attribute messageStore.



24921
24922
24923
# File 'lib/eBay.rb', line 24921

def messageStore
  @messageStore
end

#messageStoreCustomTextObject

Returns the value of attribute messageStoreCustomText.



24923
24924
24925
# File 'lib/eBay.rb', line 24923

def messageStoreCustomText
  @messageStoreCustomText
end

#onVacationObject

Returns the value of attribute onVacation.



24917
24918
24919
# File 'lib/eBay.rb', line 24917

def onVacation
  @onVacation
end

#returnDateObject

Returns the value of attribute returnDate.



24918
24919
24920
# File 'lib/eBay.rb', line 24918

def returnDate
  @returnDate
end