class IAuditor::Template
Public Instance Methods
search(options={})
click to toggle source
Retrieving all audits with the given search criteria
# File lib/iAuditor/template.rb, line 7 def search(options={}) @options.merge!(query: options) if options.present? @templates = self.class.get("/templates/search", @options) @templates.parsed_response end