Class: Gestpay::Result::Encrypt

Inherits:
Base
  • Object
show all
Defined in:
lib/gestpay/result/encrypt.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

#encrypted_stringObject



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

def encrypted_string
  crypt_decrypt_string
end