lib/shelly/app.rb in shelly-0.4.23 vs lib/shelly/app.rb in shelly-0.4.24
- old
+ new
@@ -233,9 +233,13 @@
def statistics
@stats ||= shelly.statistics(code_name)
end
+ def usage
+ @usage ||= shelly.usage(code_name)
+ end
+
def system_user
attributes["system_user"]
end
def web_server_ip