Sha256: 45d6fbfb0f99c081565baccf11cd7e96ab1f07ce01b4b0abdfd90083ab5cc364

Contents?: true

Size: 386 Bytes

Versions: 5

Compression:

Stored size: 386 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

5 entries across 5 versions & 1 rubygems

Version Path
tanita-api-client-0.5.0 lib/tanita/api/client/base.rb
tanita-api-client-0.4.1 lib/tanita/api/client/base.rb
tanita-api-client-0.4.0 lib/tanita/api/client/base.rb
tanita-api-client-0.3.1 lib/tanita/api/client/base.rb
tanita-api-client-0.3.0 lib/tanita/api/client/base.rb