Method: Docker::Exec#to_s
- Defined in:
- lib/docker/exec.rb
#to_s ⇒ String
Convert details about the object into a string
8 9 10 |
# File 'lib/docker/exec.rb', line 8 def to_s "Docker::Exec { :id => #{self.id}, :connection => #{self.connection} }" end |