class DTK::Client::Operation::Module::ListRemotes
Public Class Methods
execute(args = Args.new)
click to toggle source
# File lib/client/operation/module/list_remotes.rb, line 21 def self.execute(args = Args.new) wrap_operation(args) do |args| namespace = args[:namespace] response = DtkNetworkClient::List.run(namespace) Response.new(response) end.set_render_as_table! end