class IAuditor::Actions

Public Instance Methods

create(options) click to toggle source
# File lib/iAuditor/actions.rb, line 17
def create(options)

end
fetch(action_id) click to toggle source
# File lib/iAuditor/actions.rb, line 13
def fetch(action_id)
  @audits = self.class.get("/actions/#{action_id}", @options)
end
update(options) click to toggle source
# File lib/iAuditor/actions.rb, line 21
def update(options)

end