Method: Docker::Exec#to_s

Defined in:
lib/docker/exec.rb

#to_sString

Convert details about the object into a string

Returns:

  • (String)

    String representation of the Exec instance object



8
9
10
# File 'lib/docker/exec.rb', line 8

def to_s
  "Docker::Exec { :id => #{self.id}, :connection => #{self.connection} }"
end