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
.all ⇒ Object
12 13 14 |
# File 'lib/tanita/api/client/base.rb', line 12 def self.all constants.map { |name| const_get(name) } end |