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
15 16 17 |
# File 'lib/emmy_http/request.rb', line 15 def ssl? !!ssl end |
#timeouts ⇒ Object
19 20 21 |
# File 'lib/emmy_http/request.rb', line 19 def timeouts @timeouts ||= Timeouts.new end |