class DTK::Client::Operation::Account::ListSshKeys
Public Class Methods
execute(args = Args.new)
click to toggle source
# File lib/client/operation/account/list_ssh_keys.rb, line 21 def self.execute(args = Args.new) post_body = { :username => Configurator.client_username } response = rest_get("#{RoutePrefix}/list_ssh_keys", post_body) response.set_render_as_table! end