Module: Tanita::Api::Client::Scope

Defined in:
lib/tanita/api/client/base.rb

Constant Summary collapse

INNERSCAN =
'innerscan'
SPHYGMOMANOMETER =
'sphygmomanometer'
PEDOMETER =
'pedometer'
SMUG =
'smug'

Class Method Summary collapse

Class Method Details

.allObject



11
12
13
# File 'lib/tanita/api/client/base.rb', line 11

def self.all
  constants.map { |name| const_get(name) }
end