Class OAuth::CLI
In: lib/oauth/cli.rb
Parent: Object

Methods

Constants

SUPPORTED_COMMANDS = { "authorize" => "Obtain an access token and secret for a user", "debug" => "Verbosely generate an OAuth signature", "query" => "Query a protected resource", "sign" => "Generate an OAuth signature", "version" => "Display the current version of the library"

Attributes

command  [R] 
options  [R] 
stdin  [R] 
stdout  [R] 

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]