Sha256: 20244525ce282106c98b05e60f9f604e687d32c262dcff53ad7f60c163cda4b3

Contents?: true

Size: 351 Bytes

Versions: 21

Compression:

Stored size: 351 Bytes

Contents

# frozen_string_literal: true
require "digest"

module Makit
  module V1
    #class CommandRequest
    #  def to_hash
    #    int_hash = Digest::SHA256.hexdigest("{self.name}.#{self.arguments.join(" ")}")
    #     int_hash
    #   end
    #   def to_hash_string
    #     hash_string = "#{int_hash}"
    #    end
    #  end
  end
end # module Makit

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
makit-0.0.57 lib/makit/mp/command_request.mp.rb
makit-0.0.53 lib/makit/mp/command_request.mp.rb
makit-0.0.52 lib/makit/mp/command_request.mp.rb
makit-0.0.51 lib/makit/mp/command_request.mp.rb
makit-0.0.50 lib/makit/mp/command_request.mp.rb
makit-0.0.49 lib/makit/mp/command_request.mp.rb
makit-0.0.47 lib/makit/mp/command_request.mp.rb
makit-0.0.46 lib/makit/mp/command_request.mp.rb
makit-0.0.45 lib/makit/mp/command_request.mp.rb
makit-0.0.44 lib/makit/mp/command_request.mp.rb
makit-0.0.42 lib/makit/mp/command_request.mp.rb
makit-0.0.41 lib/makit/mp/command_request.mp.rb
makit-0.0.35 lib/makit/mp/command_request.mp.rb
makit-0.0.34 lib/makit/mp/command_request.mp.rb
makit-0.0.33 lib/makit/mp/command_request.mp.rb
makit-0.0.32 lib/makit/mp/command_request.mp.rb
makit-0.0.31 lib/makit/mp/command_request.mp.rb
makit-0.0.30 lib/makit/mp/command_request.mp.rb
makit-0.0.29 lib/makit/mp/command_request.mp.rb
makit-0.0.28 lib/makit/mp/command_request.mp.rb