Main client for interfacing with remote service. Override this to use preexisting library eg. Twitter gem.
# File lib/oauth/models/consumers/token.rb, line 53 53: def client 54: @client||=OAuth::AccessToken.new self.class.consumer,token,secret 55: end
# File lib/oauth/models/consumers/token.rb, line 57 57: def simple_client 58: @simple_client||=SimpleClient.new OAuth::AccessToken.new( self.class.consumer,token,secret) 59: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.