Class: EtldPlusOneResolver
- Inherits:
-
Object
- Object
- EtldPlusOneResolver
- Defined in:
- lib/model/etld_plus_one_resolver.rb
Overview
This source code is licensed under the license found in the LICENSE file in the root directory of this source tree.
Instance Method Summary collapse
Instance Method Details
#resolve(host_name) ⇒ Object
8 9 10 |
# File 'lib/model/etld_plus_one_resolver.rb', line 8 def resolve(host_name) raise NotImplementedError, "Subclasses must implement the resolve method." end |