Class: PagSeguro::Session::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/pagseguro/session/response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Response

Returns a new instance of Response.



6
7
8
# File 'lib/pagseguro/session/response.rb', line 6

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



4
5
6
# File 'lib/pagseguro/session/response.rb', line 4

def response
  @response
end

Instance Method Details

#idObject



10
11
12
# File 'lib/pagseguro/session/response.rb', line 10

def id
  @id ||= response['session']['id']
end