Method: Soaspec.debug_oauth=

Defined in:
lib/soaspec.rb

.debug_oauth=(value) ⇒ Object (writeonly)

Specify whether to see params sent to and retrieved from oauth. This will put password in log file, only recommended for debugging



44
45
46
# File 'lib/soaspec.rb', line 44

def debug_oauth=(value)
  @debug_oauth = value
end