Class: OAuth::RequestProxy::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_mapper/default_plugins/oauth.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



25
26
27
# File 'lib/simple_mapper/default_plugins/oauth.rb', line 25

def inspect
  "#<OAuth::RequestProxy::MerbRequest:#{object_id}\n\tconsumer_key: #{consumer_key}\n\ttoken: #{token}\n\tparameters: #{parameters.inspect}\n>"
end