Module: Payture::Response

Defined in:
lib/payture/response.rb

Class Method Summary collapse

Class Method Details

.create(response_hash) ⇒ Object



3
4
5
6
7
# File 'lib/payture/response.rb', line 3

def self.create( response_hash )
  data = response_hash.data.dup rescue response_hash.dup
  data.extend( self )
  data
end