Class: Ebay::Types::NotificationDetails

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

Overview

numeric_node :retries, ‘Retries’, :optional => true

text_node :delivery_status, 'DeliveryStatus', :optional => true
time_node :next_retry_time, 'NextRetryTime', :optional => true
time_node :delivery_time, 'DeliveryTime', :optional => true
text_node :error_message, 'ErrorMessage', :optional => true
text_node :delivery_url_name, 'DeliveryURLName', :optional => true

Instance Method Summary collapse

Methods included from Initializer

#initialize, #object_attributes=

Instance Method Details

#typeObject



27
28
29
# File 'lib/ebay/types/notification_details.rb', line 27

def type
  @type
end