Sha256: 2c14cc4e18a5f73958c3ac52f008cdfeb0502e71b070d572bcadaebdc379c162

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

module Legion::Extensions::Sleepiq
  module Runners
    module Bed
      include Legion::Extensions::Helpers::Lex
      extend Legion::Extensions::Sleepiq::Helpers::Client

      def self.family_status(payload); end

      def self.get_sleep_number_favorite(payload); end

      def self.set_sleep_number_favorite(payload); end # rubocop:disable Naming/AccessorMethodName

      def self.status(payload); end

      def self.get_pause_mode(payload); end

      def self.set_pause_mode(payload); end # rubocop:disable Naming/AccessorMethodName

      def self.get(payload); end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lex-sleepiq-0.1.2 lib/legion/extensions/sleepiq/runners/bed.rb
lex-sleepiq-0.1.1 lib/legion/extensions/sleepiq/runners/bed.rb
lex-sleepiq-0.1.0 lib/legion/extensions/sleepiq/runners/bed.rb