Class: Ebay::Types::StoreVacationPreferences

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/store_vacation_preferences.rb

Overview

Attributes

boolean_node :on_vacation, 'OnVacation', 'true', 'false', :optional => true
time_node :return_date, 'ReturnDate', :optional => true
boolean_node :hide_fixed_price_store_items, 'HideFixedPriceStoreItems', 'true', 'false', :optional => true
boolean_node :message_item, 'MessageItem', 'true', 'false', :optional => true
boolean_node :message_store, 'MessageStore', 'true', 'false', :optional => true
boolean_node :display_message_store_custom_text, 'DisplayMessageStoreCustomText', 'true', 'false', :optional => true
text_node :message_store_custom_text, 'MessageStoreCustomText', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=