class Commands::Command

Command with an initialized client object.

Public Class Methods

new(client, params) click to toggle source
# File lib/gdsh/commands.rb, line 19
def initialize(client, params)
  @client, @params = client, params
end