Sha256: 9e01f822a01aabb65bf15e68fc21915947247a8f2058146a669b6bee57775b1b
Contents?: true
Size: 235 Bytes
Versions: 22
Compression:
Stored size: 235 Bytes
Contents
module PagSeguro class Session class Response attr_reader :response def initialize(response) @response = response end def id @id ||= response['session']['id'] end end end end
Version data entries
22 entries across 22 versions & 1 rubygems