Sha256: bda985ad247d5a43fac19f59f6171355e077fad3a030836125f7b98c41b83c82

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

module Yoti
    # Encapsulates anchor signed time stamp
    class SignedTimeStamp
        attr_reader :version, :time_stamp

        def initialize(version, time_stamp)
            @version = version
            @time_stamp = time_stamp
        end
    end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yoti-1.3.1 lib/yoti/data_type/signed_time_stamp.rb
yoti-1.3.0 lib/yoti/data_type/signed_time_stamp.rb