Class: Ebay::Responses::GetNotificationPreferences
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/get_notification_preferences.rb
Overview
Attributes
object_node :application_delivery_preferences, 'ApplicationDeliveryPreferences', :class => ApplicationDeliveryPreferences, :optional => true
text_node :delivery_url_name, 'DeliveryURLName', :optional => true
array_node :user_delivery_preferences, 'UserDeliveryPreferenceArray', 'NotificationEnable', :class => NotificationEnable, :default_value => []
object_node :user_data, 'UserData', :class => NotificationUserData, :optional => true
array_node :event_properties, 'EventProperty', :class => NotificationEventProperty, :default_value => []
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?