Class: Roistat::Resources::Statistics
- Defined in:
- lib/roistat/resources/statistics.rb,
sig/roistat.rbs
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#get_daily(**body) ⇒ Object
POST /project/statistics/get-daily.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Roistat::Resources::Base
Instance Method Details
#get_daily(**body) ⇒ Object
POST /project/statistics/get-daily
5 6 7 |
# File 'lib/roistat/resources/statistics.rb', line 5 def get_daily(**body) client.post("project/statistics/get-daily", body: body) end |