Class: Payture::Ewallet::Responses::Init

Inherits:
Base
  • Object
show all
Defined in:
lib/payture/ewallet/responses/init.rb

Instance Attribute Summary

Attributes inherited from Base

#body

Instance Method Summary collapse

Methods inherited from Base

#error?, #error_code, #initialize, #success?

Constructor Details

This class inherits a constructor from Payture::Ewallet::Responses::Base

Instance Method Details

#session_idObject



6
7
8
# File 'lib/payture/ewallet/responses/init.rb', line 6

def session_id
  body['SessionId']
end