Class: HipChat::Client
Instance Method Summary collapse
- #[](name) ⇒ Object
-
#initialize(token) ⇒ Client
constructor
A new instance of Client.
- #rooms ⇒ Object
Constructor Details
#initialize(token) ⇒ Client
Returns a new instance of Client.
17 18 19 |
# File 'lib/hipchat.rb', line 17 def initialize(token) @token = token end |