Class: Ebay::Types::NotificationDetails
- Inherits:
-
Object
- Object
- Ebay::Types::NotificationDetails
- 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
Instance Method Summary collapse
Methods included from Initializer
#initialize, #object_attributes=
Instance Method Details
#type ⇒ Object
26 27 28 |
# File 'lib/ebay/types/notification_details.rb', line 26 def type @type end |