Method: CFoundry::V1::Client#trace=

Defined in:
lib/cfoundry/v1/client.rb

#trace=(bool) ⇒ Object

Set the tracing flag; if true, API requests and responses will be printed out.



76
77
78
# File 'lib/cfoundry/v1/client.rb', line 76

def trace=(bool)
  @base.trace = bool
end