Libraries
»
dagger
(0.6.0)
»
Index
»
Dagger
»
Response
»
#to_a
Method: Dagger::Response#to_a
Defined in:
lib/dagger/response.rb
#
to_a
⇒
Object
42 43 44
# File 'lib/dagger/response.rb', line 42
def
to_a
[
code
,
headers
,
to_s
]
end