Method: Aspire::Object::Digitisation#to_s
- Defined in:
- lib/aspire/object/digitisation.rb
#to_s ⇒ String
Returns a string representation of the Digitisation instance (the request ID)
38 39 40 |
# File 'lib/aspire/object/digitisation.rb', line 38 def to_s request_id.to_s end |