Sha256: 6aeb0f736a943765ef1b676c3b454a4556ac990f8f7b7c004e6aa0568c7cf4d8

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

module Tanita
  module Api
    module Client
      module Scope
        INNERSCAN = 'innerscan'
        SPHYGMOMANOMETER = 'sphygmomanometer'
        PEDOMETER = 'pedometer'
        SMUG = 'smug'
        def self.all
          constants.map { |name| const_get(name) }
        end
      end

      class Error < StandardError
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tanita-api-client-0.5.1 lib/tanita/api/client/base.rb