# 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