lib/tanita/api/client/base.rb in tanita-api-client-0.5.0 vs lib/tanita/api/client/base.rb in tanita-api-client-0.5.1
- old
+ new
@@ -1,11 +1,10 @@
# frozen_string_literal: true
module Tanita
module Api
module Client
-
module Scope
INNERSCAN = 'innerscan'
SPHYGMOMANOMETER = 'sphygmomanometer'
PEDOMETER = 'pedometer'
SMUG = 'smug'
@@ -14,9 +13,8 @@
end
end
class Error < StandardError
end
-
end
end
end