class EzPaaS::CLI::Commands::ServerCommands

Public Instance Methods

client() click to toggle source
# File lib/ezpaas/cli/commands/server_commands.rb, line 11
def client
  HTTP::RESTClient.new(options[:server])
end