Class: Typhoeus::EasyFactory
- Inherits:
-
Object
- Object
- Typhoeus::EasyFactory
- Defined in:
- sig/lib/typhoeus/typhoeus.rbs
Constant Summary collapse
- RENAMED_OPTIONS =
- CHANGED_OPTIONS =
- REMOVED_OPTIONS =
- SANITIZE_IGNORE =
- SANITIZE_TIMEOUT =
Instance Attribute Summary collapse
-
#hydra ⇒ Object
readonly
Returns the value of attribute hydra.
-
#request ⇒ Object
readonly
Returns the value of attribute request.
Instance Method Summary collapse
- #easy ⇒ Object
- #get ⇒ Object
- #initialize ⇒ Object constructor
- #provide_help ⇒ Object
- #sanitize ⇒ Object
- #sanitize_timeout! ⇒ Object
- #set_callback ⇒ Object
Constructor Details
#initialize ⇒ Object
22 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 22 def initialize: (untyped request, ?untyped? hydra) -> untyped |
Instance Attribute Details
#hydra ⇒ Object (readonly)
Returns the value of attribute hydra.
20 21 22 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 20 def hydra @hydra end |
#request ⇒ Object (readonly)
Returns the value of attribute request.
18 19 20 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 18 def request @request end |
Instance Method Details
#easy ⇒ Object
24 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 24 def easy: () -> untyped |
#get ⇒ Object
26 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 26 def get: () -> untyped |
#provide_help ⇒ Object
34 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 34 def provide_help: (untyped option) -> untyped |
#sanitize ⇒ Object
28 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 28 def sanitize: (untyped ) -> untyped |
#sanitize_timeout! ⇒ Object
30 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 30 def sanitize_timeout!: (untyped , untyped timeout) -> untyped |
#set_callback ⇒ Object
32 |
# File 'sig/lib/typhoeus/typhoeus.rbs', line 32 def set_callback: () -> untyped |