Method: Soaspec.debug_oauth?

Defined in:
lib/soaspec.rb

.debug_oauth?Boolean

Returns Whether to see params sent to & received from oauth URL.

Returns:

  • (Boolean)

    Whether to see params sent to & received from oauth URL



83
84
85
# File 'lib/soaspec.rb', line 83

def debug_oauth?
  @debug_oauth || false
end