Method: OkComputer::HttpCheck#basic_auth_options

Defined in:
lib/ok_computer/built_in_checks/http_check.rb

#basic_auth_optionsObject



58
59
60
# File 'lib/ok_computer/built_in_checks/http_check.rb', line 58

def basic_auth_options
  [self.basic_auth_username, self.basic_auth_password]
end