Class: Registrar::Provider::OpenSRS::TldData
- Inherits:
-
Object
- Object
- Registrar::Provider::OpenSRS::TldData
- Defined in:
- lib/registrar/provider/opensrs/tld_data.rb
Constant Summary collapse
- TLDS =
{ ['us'] => ->()do = .extended_attributes.select do |attribute| attribute.tld == 'us' end TldDataUs.new() end }
Class Method Summary collapse
Class Method Details
.build_with(options) ⇒ Object
17 18 19 |
# File 'lib/registrar/provider/opensrs/tld_data.rb', line 17 def build_with() TLDS[tld()].call() end |