Parent

Methods

Included Modules

OAuth::Token

Superclass for the various tokens used by OAuth

Attributes

token[RW]
secret[RW]

Public Class Methods

new(token, secret) click to toggle source
    # File lib/oauth/tokens/token.rb, line 8
 8:     def initialize(token, secret)
 9:       @token = token
10:       @secret = secret
11:     end

Public Instance Methods

to_query() click to toggle source
    # 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.