Module: Olibrary::History
- Included in:
- Client
- Defined in:
- lib/olibrary/client/history.rb
Instance Method Summary collapse
-
#rev_history(object_key) ⇒ Object
Get the revision history of an object in Open Library.
Instance Method Details
#rev_history(object_key) ⇒ Object
Get the revision history of an object in Open Library
5 6 7 |
# File 'lib/olibrary/client/history.rb', line 5 def rev_history(object_key) data = history("#{object_key}") end |