Module: RockRMS::Client::History
- Included in:
- RockRMS::Client
- Defined in:
- lib/rock_rms/resources/history.rb
Instance Method Summary collapse
Instance Method Details
#list_history(options = {}) ⇒ Object
4 5 6 7 |
# File 'lib/rock_rms/resources/history.rb', line 4 def list_history( = {}) res = get('Histories', ) Response::History.format(res) end |