Class: PayPal::Common::ErrorData
- Inherits:
-
Object
- Object
- PayPal::Common::ErrorData
- Includes:
- Base
- Defined in:
- lib/paypal/common/error_data.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#error_id ⇒ Object
Returns the value of attribute error_id.
-
#exception_id ⇒ Object
Returns the value of attribute exception_id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#subdomain ⇒ Object
Returns the value of attribute subdomain.
Method Summary
Methods included from Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
5 6 7 |
# File 'lib/paypal/common/error_data.rb', line 5 def category @category end |
#domain ⇒ Object
Returns the value of attribute domain.
6 7 8 |
# File 'lib/paypal/common/error_data.rb', line 6 def domain @domain end |
#error_id ⇒ Object
Returns the value of attribute error_id.
7 8 9 |
# File 'lib/paypal/common/error_data.rb', line 7 def error_id @error_id end |
#exception_id ⇒ Object
Returns the value of attribute exception_id.
8 9 10 |
# File 'lib/paypal/common/error_data.rb', line 8 def exception_id @exception_id end |
#message ⇒ Object
Returns the value of attribute message.
9 10 11 |
# File 'lib/paypal/common/error_data.rb', line 9 def end |
#parameter ⇒ Object
Returns the value of attribute parameter.
10 11 12 |
# File 'lib/paypal/common/error_data.rb', line 10 def parameter @parameter end |
#severity ⇒ Object
Returns the value of attribute severity.
11 12 13 |
# File 'lib/paypal/common/error_data.rb', line 11 def severity @severity end |
#subdomain ⇒ Object
Returns the value of attribute subdomain.
12 13 14 |
# File 'lib/paypal/common/error_data.rb', line 12 def subdomain @subdomain end |