Funicular::HTTP::Response class of PicoRuby
Singleton methods
new
Funicular::HTTP::Response.new(Integer status, untyped data) -> Response
Instance methods
error?
instance.error?() -> bool
error_message
instance.error_message() -> String?
Attr accessors
data (reader)
instance.data -> untyped
status (reader)
instance.status -> Integer
ok (reader)
instance.ok -> bool