# File lib/fog/hp/models/dns/domains.rb, line 10defallload(service.list_domains.body['domains'])
end
get(domain_id)click to toggle source
# File lib/fog/hp/models/dns/domains.rb, line 14defget(domain_id)
### Inconsistent API - does not return a 'domain'ifdomain = service.get_domain(domain_id).bodynew(domain)
endrescueFog::HP::DNS::NotFoundnilend