Class: PayPal::Common::ErrorData

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/paypal/common/error_data.rb

Instance Attribute Summary collapse

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

#categoryObject

Returns the value of attribute category.



5
6
7
# File 'lib/paypal/common/error_data.rb', line 5

def category
  @category
end

#domainObject

Returns the value of attribute domain.



6
7
8
# File 'lib/paypal/common/error_data.rb', line 6

def domain
  @domain
end

#error_idObject

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_idObject

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

#messageObject

Returns the value of attribute message.



9
10
11
# File 'lib/paypal/common/error_data.rb', line 9

def message
  @message
end

#parameterObject

Returns the value of attribute parameter.



10
11
12
# File 'lib/paypal/common/error_data.rb', line 10

def parameter
  @parameter
end

#severityObject

Returns the value of attribute severity.



11
12
13
# File 'lib/paypal/common/error_data.rb', line 11

def severity
  @severity
end

#subdomainObject

Returns the value of attribute subdomain.



12
13
14
# File 'lib/paypal/common/error_data.rb', line 12

def subdomain
  @subdomain
end