module Glima::Command

Attributes

client[W]
logger[W]

Public Class Methods

client() click to toggle source
# File lib/glima/command.rb, line 8
def self.client
  @client
end
logger() click to toggle source
# File lib/glima/command.rb, line 4
def self.logger
  @logger
end