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, #password, #port, #response, #username
Instance Method Summary (collapse)
-
- (Object) create
Creates a nameserver in the same domain space as the cookie's domain.
-
- (Object) delete
Deletes a nameserver.
-
- (Object) get
Queries nameservers that exist in the current user profile (current cookie).
-
- (Object) modify
Renames a nameserver.
-
- (Object) registry_check_nameserver
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
- (Object) create
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 |
- (Object) delete
Deletes a nameserver.
19 |
# File 'lib/moo_moo/services/nameserver.rb', line 19 register_service :delete, :nameserver |
- (Object) get
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 |
- (Object) modify
Renames a nameserver.
32 |
# File 'lib/moo_moo/services/nameserver.rb', line 32 register_service :modify, :nameserver |
- (Object) registry_check_nameserver
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 |