Class: Ebay::Types::Error

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

Overview

Attributes

text_node :short_message, 'ShortMessage', :optional => true
text_node :long_message, 'LongMessage', :optional => true
text_node :error_code, 'ErrorCode', :optional => true
boolean_node :user_display_hint, 'UserDisplayHint', 'true', 'false', :optional => true
text_node :severity_code, 'SeverityCode', :optional => true
array_node :error_parameters, 'ErrorParameters', :class => ErrorParameter, :default_value => []
text_node :error_classification, 'ErrorClassification', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=