Class: EmmyHttp::Response
- Inherits:
-
Object
- Object
- EmmyHttp::Response
- Includes:
- ModelPack::Document
- Defined in:
- lib/emmy_http/response.rb
Instance Method Summary collapse
Instance Method Details
#to_a ⇒ Object
9 10 11 |
# File 'lib/emmy_http/response.rb', line 9 def to_a [status, headers, body] end |