Module: UniOne::Client::Domain
- Extended by:
- Validation::ClassMethods
- Includes:
- Validation::InstanceMethods
- Included in:
- UniOne::Client
- Defined in:
- lib/unione/client/domain.rb
Instance Method Summary collapse
- #get_dns_records(params = {}) ⇒ Object
- #list_domains(params = {}) ⇒ Object
- #validate_dkim(params = {}) ⇒ Object
- #validate_verification_record(params = {}) ⇒ Object
Methods included from Validation::ClassMethods
Instance Method Details
#get_dns_records(params = {}) ⇒ Object
7 8 9 |
# File 'lib/unione/client/domain.rb', line 7 def get_dns_records(params = {}) post('domain/get-dns-records.json', params) end |
#list_domains(params = {}) ⇒ Object
19 20 21 |
# File 'lib/unione/client/domain.rb', line 19 def list_domains(params = {}) post('domain/list.json', params) end |
#validate_dkim(params = {}) ⇒ Object
15 16 17 |
# File 'lib/unione/client/domain.rb', line 15 def validate_dkim(params = {}) post('domain/validate-dkim.json', params) end |
#validate_verification_record(params = {}) ⇒ Object
11 12 13 |
# File 'lib/unione/client/domain.rb', line 11 def validate_verification_record(params = {}) post('domain/validate-verification-record.json', params) end |