Class: Ebay::Requests::SetNotificationPreferences

Inherits:
Abstract
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/requests/set_notification_preferences.rb

Overview

Attributes

object_node :application_delivery_preferences, 'ApplicationDeliveryPreferences', :class => ApplicationDeliveryPreferences, :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 => []
text_node :delivery_url_name, 'DeliveryURLName', :optional => true

Instance Attribute Summary

Attributes inherited from Base

#auth_token, #password, #username

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type