Class
Typhoeus::RemoteMethod
In:
lib/typhoeus/remote_method.rb
Parent:
Object
Methods
add_response_block
already_called?
args_options_key
argument_names
cache_responses?
call_response_blocks
calling
clear_cache
compile
interpolate_path_with_arguments
memoize_responses?
merge_options
new
Attributes
base_uri
[RW]
cache_ttl
[RW]
http_method
[RW]
on_failure
[RW]
on_success
[RW]
options
[RW]
path
[RW]
Public Class methods
new
(options = {})
Public Instance methods
add_response_block
(block, args, options)
already_called?
(args, options)
args_options_key
(args, options)
argument_names
()
cache_responses?
()
call_response_blocks
(result, args, options)
calling
(args, options)
clear_cache
()
compile
(path)
rippped from Sinatra. clean up stuff we don‘t need later
interpolate_path_with_arguments
(args)
memoize_responses?
()
merge_options
(new_options)
[Validate]