Method: Orchestrate::Collection#to_s

Defined in:
lib/orchestrate/collection.rb

#to_sObject Also known as: inspect

Returns a pretty-printed representation of the collection.

Returns:

  • a pretty-printed representation of the collection.



25
26
27
# File 'lib/orchestrate/collection.rb', line 25

def to_s
  "#<Orchestrate::Collection name=#{name} api_key=#{app.api_key[0..7]}...>"
end