Class: SpreedlyCore::Response
Overview
A container for a response from a payment gateway
Instance Attribute Summary collapse
-
#avs_code ⇒ Object
readonly
Returns the value of attribute avs_code.
-
#avs_message ⇒ Object
readonly
Returns the value of attribute avs_message.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#cvv_code ⇒ Object
readonly
Returns the value of attribute cvv_code.
-
#cvv_message ⇒ Object
readonly
Returns the value of attribute cvv_message.
-
#error_code ⇒ Object
readonly
Returns the value of attribute error_code.
-
#error_detail ⇒ Object
readonly
Returns the value of attribute error_detail.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Base
configure, environment_key, gateway_token, gateway_token=, #initialize, verify_get, verify_options, verify_post, verify_put, verify_request
Constructor Details
This class inherits a constructor from SpreedlyCore::Base
Instance Attribute Details
#avs_code ⇒ Object (readonly)
Returns the value of attribute avs_code.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def avs_code @avs_code end |
#avs_message ⇒ Object (readonly)
Returns the value of attribute avs_message.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def @avs_message end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def created_at @created_at end |
#cvv_code ⇒ Object (readonly)
Returns the value of attribute cvv_code.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def cvv_code @cvv_code end |
#cvv_message ⇒ Object (readonly)
Returns the value of attribute cvv_message.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def @cvv_message end |
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def error_code @error_code end |
#error_detail ⇒ Object (readonly)
Returns the value of attribute error_detail.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def error_detail @error_detail end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def @message end |
#success ⇒ Object (readonly)
Returns the value of attribute success.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def success @success end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
97 98 99 |
# File 'lib/spreedly-core-ruby.rb', line 97 def updated_at @updated_at end |