Class: NumverifyLayer::ValidateResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/phone_number_validation/validate/validate_response.rb

Constant Summary collapse

SUCCESS_EXPR =
'success'
ERROR_EXPR =
'error'

Instance Method Summary collapse

Instance Method Details

#barObject



10
11
12
13
# File 'lib/phone_number_validation/validate/validate_response.rb', line 10

def bar
  SUCCESS_EXPR
  ERROR_EXPR
end