Class: StoreVacationPreferencesType
- Inherits:
-
Object
- Object
- StoreVacationPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreVacationPreferencesType
Constant Summary collapse
- @@schema_type =
"StoreVacationPreferencesType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["onVacation", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OnVacation")]], ["returnDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnDate")]], ["hideFixedPriceStoreItems", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HideFixedPriceStoreItems")]], ["messageItem", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageItem")]], ["messageStore", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageStore")]], ["displayMessageStoreCustomText", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayMessageStoreCustomText")]], ["messageStoreCustomText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageStoreCustomText")]] ]
Instance Attribute Summary collapse
-
#displayMessageStoreCustomText ⇒ Object
Returns the value of attribute displayMessageStoreCustomText.
-
#hideFixedPriceStoreItems ⇒ Object
Returns the value of attribute hideFixedPriceStoreItems.
-
#messageItem ⇒ Object
Returns the value of attribute messageItem.
-
#messageStore ⇒ Object
Returns the value of attribute messageStore.
-
#messageStoreCustomText ⇒ Object
Returns the value of attribute messageStoreCustomText.
-
#onVacation ⇒ Object
Returns the value of attribute onVacation.
-
#returnDate ⇒ Object
Returns the value of attribute returnDate.
Instance Method Summary collapse
-
#initialize(onVacation = nil, returnDate = nil, hideFixedPriceStoreItems = nil, messageItem = nil, messageStore = nil, displayMessageStoreCustomText = nil, messageStoreCustomText = nil) ⇒ StoreVacationPreferencesType
constructor
A new instance of StoreVacationPreferencesType.
Constructor Details
#initialize(onVacation = nil, returnDate = nil, hideFixedPriceStoreItems = nil, messageItem = nil, messageStore = nil, displayMessageStoreCustomText = nil, messageStoreCustomText = nil) ⇒ StoreVacationPreferencesType
Returns a new instance of StoreVacationPreferencesType.
23448 23449 23450 23451 23452 23453 23454 23455 23456 |
# File 'lib/eBay.rb', line 23448 def initialize(onVacation = nil, returnDate = nil, hideFixedPriceStoreItems = nil, = nil, = nil, displayMessageStoreCustomText = nil, = nil) @onVacation = onVacation @returnDate = returnDate @hideFixedPriceStoreItems = hideFixedPriceStoreItems @messageItem = @messageStore = @displayMessageStoreCustomText = displayMessageStoreCustomText @messageStoreCustomText = end |
Instance Attribute Details
#displayMessageStoreCustomText ⇒ Object
Returns the value of attribute displayMessageStoreCustomText.
23445 23446 23447 |
# File 'lib/eBay.rb', line 23445 def displayMessageStoreCustomText @displayMessageStoreCustomText end |
#hideFixedPriceStoreItems ⇒ Object
Returns the value of attribute hideFixedPriceStoreItems.
23442 23443 23444 |
# File 'lib/eBay.rb', line 23442 def hideFixedPriceStoreItems @hideFixedPriceStoreItems end |
#messageItem ⇒ Object
Returns the value of attribute messageItem.
23443 23444 23445 |
# File 'lib/eBay.rb', line 23443 def @messageItem end |
#messageStore ⇒ Object
Returns the value of attribute messageStore.
23444 23445 23446 |
# File 'lib/eBay.rb', line 23444 def @messageStore end |
#messageStoreCustomText ⇒ Object
Returns the value of attribute messageStoreCustomText.
23446 23447 23448 |
# File 'lib/eBay.rb', line 23446 def @messageStoreCustomText end |
#onVacation ⇒ Object
Returns the value of attribute onVacation.
23440 23441 23442 |
# File 'lib/eBay.rb', line 23440 def onVacation @onVacation end |
#returnDate ⇒ Object
Returns the value of attribute returnDate.
23441 23442 23443 |
# File 'lib/eBay.rb', line 23441 def returnDate @returnDate end |