Method: CommandLineInterface#initialize
- Defined in:
- lib/thartmx.rb
#initialize(key, secret, token) ⇒ CommandLineInterface
Returns a new instance of CommandLineInterface.
135 136 137 |
# File 'lib/thartmx.rb', line 135 def initialize(key,secret,token) @rtm = Rrtm.new(key,secret,token) end |