class NumverifyLayer::ValidateResponse

Constants

ERROR_EXPR
SUCCESS_EXPR

Public Instance Methods

bar() click to toggle source
# File lib/phone_number_validation/validate/validate_response.rb, line 10
def bar
  SUCCESS_EXPR
  ERROR_EXPR
end