Class: Gestpay::Result::Decrypt
- Defined in:
- lib/gestpay/result/decrypt.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#error, #initialize, #method_missing, #success?
Constructor Details
This class inherits a constructor from Gestpay::Result::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Gestpay::Result::Base
Instance Method Details
#buyer_email ⇒ Object
7 8 9 |
# File 'lib/gestpay/result/decrypt.rb', line 7 def buyer_email buyer[:buyer_email] end |
#buyer_name ⇒ Object
4 5 6 |
# File 'lib/gestpay/result/decrypt.rb', line 4 def buyer_name buyer[:buyer_name] end |