module Tanita::Api::Client::Scope
Constants
- INNERSCAN
- PEDOMETER
- SMUG
- SPHYGMOMANOMETER
Public Class Methods
all()
click to toggle source
# File lib/tanita/api/client/base.rb, line 11 def self.all constants.map { |name| const_get(name) } end