Sha256: 287434cf58adc11bdbc9cd1306d4f5c0db17b5eccea3d0326cdb93ade33c92eb
Contents?: true
Size: 382 Bytes
Versions: 8
Compression:
Stored size: 382 Bytes
Contents
# Copyright (C) 2013 Dmitry Yakimenko (detunized@gmail.com). # Licensed under the terms of the MIT license. See LICENCE for details. module LastPass class Session attr_reader :id, :key_iteration_count def initialize id, key_iteration_count @id = id @key_iteration_count = key_iteration_count end end end
Version data entries
8 entries across 8 versions & 1 rubygems