class DTK::Client::Operation::Account::ListNamespaces

Public Class Methods

execute(args = Args.new) click to toggle source
# File lib/client/operation/account/list_namespaces.rb, line 21
def self.execute(args = Args.new)
  wrap_operation(args) do |args|
    response = DtkNetworkClient::ListNamespaces.run
    Response.new(response)
  end.set_render_as_table!
end