Class: EBay::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.



34033
34034
34035
34036
34037
34038
34039
34040
34041
# File 'lib/eBay.rb', line 34033

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.



34030
34031
34032
# File 'lib/eBay.rb', line 34030

def displayMessageStoreCustomText
  @displayMessageStoreCustomText
end

#hideFixedPriceStoreItemsObject

Returns the value of attribute hideFixedPriceStoreItems.



34027
34028
34029
# File 'lib/eBay.rb', line 34027

def hideFixedPriceStoreItems
  @hideFixedPriceStoreItems
end

#messageItemObject

Returns the value of attribute messageItem.



34028
34029
34030
# File 'lib/eBay.rb', line 34028

def messageItem
  @messageItem
end

#messageStoreObject

Returns the value of attribute messageStore.



34029
34030
34031
# File 'lib/eBay.rb', line 34029

def messageStore
  @messageStore
end

#messageStoreCustomTextObject

Returns the value of attribute messageStoreCustomText.



34031
34032
34033
# File 'lib/eBay.rb', line 34031

def messageStoreCustomText
  @messageStoreCustomText
end

#onVacationObject

Returns the value of attribute onVacation.



34025
34026
34027
# File 'lib/eBay.rb', line 34025

def onVacation
  @onVacation
end

#returnDateObject

Returns the value of attribute returnDate.



34026
34027
34028
# File 'lib/eBay.rb', line 34026

def returnDate
  @returnDate
end