class Tanita::Api::Client::Smug

Public Class Methods

endpoint() click to toggle source
# File lib/tanita/api/client.rb, line 120
def self.endpoint
  '/status/smug.json'
end
properties() click to toggle source
# File lib/tanita/api/client.rb, line 124
def self.properties
  {
    urinary_sugar: {code: '6240', type: Integer}
  }
end