class Unrestful::Response
Attributes
ok[RW]
Public Instance Methods
as_json()
click to toggle source
# File lib/unrestful/response.rb, line 6 def as_json {ok: @ok} end
# File lib/unrestful/response.rb, line 6 def as_json {ok: @ok} end