Module: Duoconsole::ConsoleDelegation

Defined in:
lib/duoconsole.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.command_client=(client) ⇒ Object



168
169
170
# File 'lib/duoconsole.rb', line 168

def self.command_client= client
  @@command_client = client
end

Instance Method Details

#test(*args) ⇒ Object



176
177
178
# File 'lib/duoconsole.rb', line 176

def test *args
  testenv.test *args
end

#testenvObject



172
173
174
# File 'lib/duoconsole.rb', line 172

def testenv
  @@command_client
end