Sha256: bc2a09470377cd2510bd6133772588eccc7e91e6dd9440289c101c9bd7b3b1e7
Contents?: true
Size: 480 Bytes
Versions: 1
Compression:
Stored size: 480 Bytes
Contents
module Zetto::Storage::ImpuretyData::Data class Response < Zetto::Storage::Common::Response attr_reader :hash_step,:impurity_hash,:key def initialize(data) @hash_step = data["hash_step"] @impurity_hash = data["impurity_hash"] @key = data["key"] self['hash_step'] = data["hash_step"] self['impurity_hash'] = data["impurity_hash"] self['key'] = data["key"] deep_freeze end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zetto-2.2.0 | lib/zetto/storage/impurety_data/data/response.rb |