lib/intercom/user.rb in intercom-0.1.14 vs lib/intercom/user.rb in intercom-0.1.15
- old
+ new
@@ -336,14 +336,14 @@
def location_data=(hash) #:nodoc:
@location_data = hash.freeze
end
- def increments
+ def increments #:nodoc:
@attributes["increments"] ||= {}
end
- def increments=(hash)
+ def increments=(hash) #:nodoc:
@attributes["increments"] = hash
end
end
end