Method: Orchestrate::Collection#to_s
- Defined in:
- lib/orchestrate/collection.rb
#to_s ⇒ Object Also known as: inspect
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 |