Class: PagSeguro::Sessions

Inherits:
Object
  • Object
show all
Includes:
Restful
Defined in:
lib/pagseguro/sessions.rb

Instance Attribute Summary

Attributes included from Restful

#client

Instance Method Summary collapse

Methods included from Restful

#initialize

Instance Method Details

#createObject



7
8
9
10
# File 'lib/pagseguro/sessions.rb', line 7

def create
  response = post("/v2/sessions", nil, xml: :simple)
  response.session
end