Module: Giraffi::Client::Logs
- Included in:
- Giraffi::Client
- Defined in:
- lib/giraffi/client/logs.rb
Overview
Defines methods related to the logs generated by the Giraffi
Instance Method Summary collapse
-
#count_axion_logs(options = {}) ⇒ HTTParty::Response
Returns the number of logs related to the axions.
-
#find_axion_logs(options = {}) ⇒ HTTParty::Response
Returns the desired logs related to the axions.
Instance Method Details
#count_axion_logs(options = {}) ⇒ HTTParty::Response
Returns the number of logs related to the axions
18 19 20 |
# File 'lib/giraffi/client/logs.rb', line 18 def count_axion_logs(={}) self.class.get("/logs/axion/count.json?apikey=#{apikey}", query: ) end |
#find_axion_logs(options = {}) ⇒ HTTParty::Response
Returns the desired logs related to the axions
10 11 12 |
# File 'lib/giraffi/client/logs.rb', line 10 def find_axion_logs(={}) self.class.get("/logs/axion.json?apikey=#{apikey}", query: ) end |