Method: Clickatell::API::CommandExecutor#initialize

Defined in:
lib/clickatell/api/command_executor.rb

#initialize(authentication_hash, secure = false, debug = false) ⇒ CommandExecutor

Returns a new instance of CommandExecutor.



9
10
11
12
13
# File 'lib/clickatell/api/command_executor.rb', line 9

def initialize(authentication_hash, secure=false, debug=false)
  @authentication_hash = authentication_hash
  @debug = debug
  @secure = secure
end