Class: EmmyHttp::Response

Inherits:
Object
  • Object
show all
Includes:
ModelPack::Document
Defined in:
lib/emmy_http/response.rb

Instance Method Summary collapse

Instance Method Details

#to_aObject



9
10
11
# File 'lib/emmy_http/response.rb', line 9

def to_a
  [status, headers, body]
end