class DLDInternet::DOctl::API::Compute::Domain::Get
Public Instance Methods
GetDomain(domain)
click to toggle source
noinspection RubyUnnecessaryReturnValue
# File lib/dldinternet/doctl/api/compute/domain/get.rb, line 11 def GetDomain(domain) client.domains.find(name: domain) end