Class: Gestpay::Result::Decrypt

Inherits:
Base
  • Object
show all
Defined in:
lib/gestpay/result/decrypt.rb

Instance Attribute Summary

Attributes inherited from Base

#data

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_emailObject



7
8
9
# File 'lib/gestpay/result/decrypt.rb', line 7

def buyer_email
  buyer[:buyer_email]
end

#buyer_nameObject



4
5
6
# File 'lib/gestpay/result/decrypt.rb', line 4

def buyer_name
  buyer[:buyer_name]
end