Sha256: 12ce17b21c0b4c29c4b036a6d1bdf8c4095702c204ce5de7c6f103bb768c0712

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

# frozen_string_literal: true

module Fusuma
  module Plugin
    module Events
      module Records
        # Record for Keypress event
        class AppmatcherRecord < Record
          attr_reader :name

          # @param status [String]
          def initialize(name:)
            @name = name
          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fusuma-plugin-appmatcher-0.1.0.pre2 lib/fusuma/plugin/events/records/appmatcher_record.rb
fusuma-plugin-appmatcher-0.1.0.pre lib/fusuma/plugin/events/records/appmatcher_record.rb