Class: Ebay::Responses::Abstract

Inherits:
Base
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/responses/abstract.rb

Overview

Attributes

time_node :timestamp, 'Timestamp', :optional => true
text_node :ack, 'Ack', :optional => true
text_node :correlation_id, 'CorrelationID', :optional => true
array_node :errors, 'Errors', :class => Error, :default_value => []
text_node :message, 'Message', :optional => true
text_node :version, 'Version', :optional => true
text_node :build, 'Build', :optional => true
text_node :notification_event_name, 'NotificationEventName', :optional => true
object_node :duplicate_invocation_details, 'DuplicateInvocationDetails', :class => DuplicateInvocationDetails, :optional => true
text_node :recipient_user_id, 'RecipientUserID', :optional => true
text_node :eias_token, 'EIASToken', :optional => true
text_node :notification_signature, 'NotificationSignature', :optional => true
text_node :hard_expiration_warning, 'HardExpirationWarning', :optional => true
object_node :bot_block, 'BotBlock', :class => BotBlockResponse, :optional => true
text_node :external_user_data, 'ExternalUserData', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Base

#errors?, #failure?, #partial_failure?, #success?, #warning?

Methods included from Types

#type