Class: MooMoo::Nameserver
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- MooMoo::Nameserver
- Defined in:
- lib/moo_moo/services/nameserver.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
#host, #key, #port, #response, #username
Instance Method Summary collapse
-
#create ⇒ Object
Creates a nameserver in the same domain space as the cookie’s domain.
-
#delete ⇒ Object
Deletes a nameserver.
-
#get ⇒ Object
Queries nameservers that exist in the current user profile (current cookie).
-
#modify ⇒ Object
Renames a nameserver.
-
#registry_check_nameserver ⇒ Object
Verifies whether a nameserver exists at a particular registry.
Methods inherited from BaseCommand
#attributes, #initialize, #message, register_service, #successful?
Constructor Details
This class inherits a constructor from MooMoo::BaseCommand
Instance Method Details
#create ⇒ Object
Creates a nameserver in the same domain space as the cookie’s domain.
13 |
# File 'lib/moo_moo/services/nameserver.rb', line 13 register_service :create, :nameserver |
#delete ⇒ Object
Deletes a nameserver.
19 |
# File 'lib/moo_moo/services/nameserver.rb', line 19 register_service :delete, :nameserver |
#get ⇒ Object
Queries nameservers that exist in the current user profile (current cookie). These nameservers may or may not be currently assigned to a domain.
26 |
# File 'lib/moo_moo/services/nameserver.rb', line 26 register_service :get, :nameserver |
#modify ⇒ Object
Renames a nameserver.
32 |
# File 'lib/moo_moo/services/nameserver.rb', line 32 register_service :modify, :nameserver |
#registry_check_nameserver ⇒ Object
Verifies whether a nameserver exists at a particular registry.
38 |
# File 'lib/moo_moo/services/nameserver.rb', line 38 register_service :registry_check_nameserver, :nameserver |