Class
Flukso::Request
In:
lib/flukso/request.rb
Parent:
Object
Methods
delete
get
new
perform
post
put
uri
Included Modules
HTTParty
Attributes
client
[R]
method
[R]
options
[R]
path
[R]
Public Class methods
delete
(client, path, options={})
get
(client, path, options={})
new
(client, method, path, options={})
post
(client, path, options={})
put
(client, path, options={})
Public Instance methods
perform
()
uri
()
[Validate]