lib/tanita/api/client/base_entity.rb in tanita-api-client-0.3.0 vs lib/tanita/api/client/base_entity.rb in tanita-api-client-0.3.1
- old
+ new
@@ -3,10 +3,9 @@
module Tanita
module Api
module Client
class BaseEntity
def initialize(property_values = {})
- @properties = []
@cached_property_values = {}
@cached_property_values.merge!(property_values)
end
def to_h