Class: Nomius::Detector::GithubDetector
- Inherits:
-
BaseURLDetector
- Object
- BaseURLDetector
- Nomius::Detector::GithubDetector
- 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
Instance Method Summary collapse
Methods inherited from BaseURLDetector
Constructor Details
This class inherits a constructor from Nomius::Detector::BaseURLDetector
Instance Method Details
#detector_name ⇒ Object
11 12 13 |
# File 'lib/nomius/detector/github_detector.rb', line 11 def detector_name "GitHub.com" end |
#detector_short_name ⇒ Object
15 16 17 |
# File 'lib/nomius/detector/github_detector.rb', line 15 def detector_short_name "GH" end |