class Bigid::Bgcheck::NoInfoError

Constants

HTTP_STATUS
STATUS
STATUS_CODE

Public Instance Methods

http_status() click to toggle source
# File lib/bigid/bgcheck/no_info_error.rb, line 10
def http_status
  HTTP_STATUS
end
status() click to toggle source
# File lib/bigid/bgcheck/no_info_error.rb, line 14
def status
  STATUS
end
status_code() click to toggle source
# File lib/bigid/bgcheck/no_info_error.rb, line 18
def status_code
  STATUS_CODE
end