class IAuditor::Export

Public Instance Methods

profiles(options={}) click to toggle source
# File lib/iAuditor/export.rb, line 5
def profiles(options={})
  @options.merge!(query: options) if options.present?
  @profiles = self.class.get("/export_profiles/search", @options)
end