Class
Twitter::Request
In:
lib/twitter/request.rb
Parent:
Object
Methods
get
new
perform
post
uri
Attributes
client
[R]
method
[R]
options
[R]
path
[R]
Public Class methods
get
(client, path, options={})
new
(client, method, path, options={})
post
(client, path, options={})
Public Instance methods
perform
()
uri
()
[Validate]