Class: Nomius::Detector::GithubDetector

Inherits:
BaseURLDetector show all
Defined in:
lib/nomius/detector/github_detector.rb

Overview

Check name availability for github.com/

Constant Summary collapse

BASE_URL =
"https://github.com"

Constants inherited from BaseURLDetector

BaseURLDetector::STATUS_RESOLVER

Instance Attribute Summary

Attributes inherited from BaseURLDetector

#logger, #name

Instance Method Summary collapse

Methods inherited from BaseURLDetector

#initialize, status, #status

Constructor Details

This class inherits a constructor from Nomius::Detector::BaseURLDetector

Instance Method Details

#detector_nameObject



11
12
13
# File 'lib/nomius/detector/github_detector.rb', line 11

def detector_name
  "GitHub.com"
end

#detector_short_nameObject



15
16
17
# File 'lib/nomius/detector/github_detector.rb', line 15

def detector_short_name
  "GH"
end