Sha256: 9cccbaaf949b2b429db7384e4f0e27c9f76939e9598bd17aab9ec934c2700626

Contents?: true

Size: 153 Bytes

Versions: 2

Compression:

Stored size: 153 Bytes

Contents

# List all domain on DO

module Cmd
	class Domains
		def self.list_all_domains
			client = Cmd::Authen.client
			return client.domains.all
		end
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docli-0.0.2.pre.alpha.pre.15 lib/docli/list_all_domains.rb
docli-0.0.2.pre.alpha.pre.12 lib/docli/list_all_domains.rb