4 5 6 7
# File 'lib/rock_rms/resources/history.rb', line 4 def list_history(options = {}) res = get('Histories', options) Response::History.format(res) end