module DTK::Common::Response::ErrorMixin

Public Instance Methods

ok?() click to toggle source
# File lib/response.rb, line 138
def ok?()
  false
end