Class: Typhoeus::Request
- Inherits:
-
Object
- Object
- Typhoeus::Request
- Extended by:
- Actions
- Includes:
- Before, BlockConnection, Cacheable, Callbacks, Callbacks::Types, Marshal, Memoizable, Operations, Responseable, Streamable, Stubbable
- Defined in:
- sig/lib/typhoeus/typhoeus.rbs
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#block_connection ⇒ Object
Returns the value of attribute block_connection.
-
#hydra ⇒ Object
Returns the value of attribute hydra.
-
#options ⇒ Object
Returns the value of attribute options.
-
#original_options ⇒ Object
Returns the value of attribute original_options.
Instance Method Summary collapse
- #cache_key ⇒ Object
- #encoded_body ⇒ Object
- #eql? ⇒ Object
- #fuzzy_hash_eql? ⇒ Object
- #hash ⇒ Object
- #hashable_string_for ⇒ Object
- #initialize ⇒ Object constructor
- #set_defaults ⇒ Object
- #url ⇒ Object
Constructor Details
#initialize ⇒ Object
237 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 237 def initialize: (untyped base_url, ?::Hash[untyped, untyped] ) -> untyped |
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url.
227 228 229 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 227 def base_url @base_url end |
#block_connection ⇒ Object
Returns the value of attribute block_connection.
235 236 237 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 235 def block_connection @block_connection end |
#hydra ⇒ Object
Returns the value of attribute hydra.
231 232 233 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 231 def hydra @hydra end |
#options ⇒ Object
Returns the value of attribute options.
229 230 231 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 229 def end |
#original_options ⇒ Object
Returns the value of attribute original_options.
233 234 235 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 233 def end |
Instance Method Details
#cache_key ⇒ Object
245 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 245 def cache_key: () -> untyped |
#encoded_body ⇒ Object
247 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 247 def encoded_body: () -> untyped |
#eql? ⇒ Object
241 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 241 def eql?: (untyped other) -> untyped |
#fuzzy_hash_eql? ⇒ Object
249 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 249 def fuzzy_hash_eql?: (untyped left, untyped right) -> untyped |
#hash ⇒ Object
243 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 243 def hash: () -> untyped |
#hashable_string_for ⇒ Object
251 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 251 def hashable_string_for: (untyped obj) -> untyped |
#set_defaults ⇒ Object
253 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 253 def set_defaults: () -> untyped |
#url ⇒ Object
239 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 239 def url: () -> untyped |