Object
Superclass for the various tokens used by OAuth
# File lib/oauth/tokens/token.rb, line 8 8: def initialize(token, secret) 9: @token = token 10: @secret = secret 11: end
# File lib/oauth/tokens/token.rb, line 13 13: def to_query 14: "oauth_token=#{escape(token)}&oauth_secret=#{escape(secret)}" 15: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.