Class: DLDInternet::DOctl::API::Compute::Domain::List
- Defined in:
- lib/dldinternet/doctl/api/compute/domain/list.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#GetDomainList ⇒ Object
noinspection RubyUnnecessaryReturnValue.
Methods inherited from Base
Constructor Details
This class inherits a constructor from DLDInternet::DOctl::API::Base
Instance Method Details
#GetDomainList ⇒ Object
noinspection RubyUnnecessaryReturnValue
11 12 13 14 15 16 17 |
# File 'lib/dldinternet/doctl/api/compute/domain/list.rb', line 11 def GetDomainList() list = [] client.domains.all().each do |page| list << page end list end |