Method: Aspire::Object::Digitisation#to_s

Defined in:
lib/aspire/object/digitisation.rb

#to_sString

Returns a string representation of the Digitisation instance (the request ID)

Returns:

  • (String)

    the string representation of the Digitisation instance



38
39
40
# File 'lib/aspire/object/digitisation.rb', line 38

def to_s
  request_id.to_s
end