class Tanita::Api::Client::Innerscan

Public Class Methods

endpoint() click to toggle source
# File lib/tanita/api/client.rb, line 73
def self.endpoint
  '/status/innerscan.json'
end
properties() click to toggle source
# File lib/tanita/api/client.rb, line 77
def self.properties
  {
    weight: {code: '6021', type: Float},
    body_fat: {code: '6022', type: Float},
    muscle_mass: {code: '6023', type: Float},
    physique_rating: {code: '6024', type: Integer},
    visceral_fat_rating: {code: '6025', type: Float},
    basal_metabolic_rate: {code: '6027', type: Integer},
    metabolic_age: {code: '6028', type: Integer},
    bone_mass: {code: '6029', type: Float}
  }
end