Class: EmmyHttp::Request
- Inherits:
-
Object
- Object
- EmmyHttp::Request
- Includes:
- ModelPack::Document
- Defined in:
- lib/emmy_http/request.rb
Instance Method Summary collapse
-
#ssl? ⇒ Boolean
FIXME: move to model_pack.
- #timeouts ⇒ Object
Instance Method Details
#ssl? ⇒ Boolean
FIXME: move to model_pack
17 18 19 |
# File 'lib/emmy_http/request.rb', line 17 def ssl? !!ssl end |
#timeouts ⇒ Object
21 22 23 |
# File 'lib/emmy_http/request.rb', line 21 def timeouts @timeouts ||= Timeouts.new end |