class Kybus::Client::Validator::NoValidator

Implement the empty validator for http client responses.

Public Instance Methods

validate(response) click to toggle source
# File lib/kybus/client/validator/no_validator.rb, line 10
def validate(response)
  response
end