class Cisco::Webex::Client
- Cisco::Webex::Client
- Reference
- Object
Defined in:
cisco/webex/client.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #id : String
- #id=(id : String)
- #keywords : Hash(String, Command)
- #keywords=(keywords : Hash(String, Command))
- #messages : Cisco::Webex::Api::Messages
- #people : Cisco::Webex::Api::People
- #rooms : Cisco::Webex::Api::Rooms
- #run : Void
- #socket : HTTP::WebSocket | Nil
- #socket=(socket : HTTP::WebSocket | Nil)
- #stop : Void
Constructor Detail
def self.new(name : String, access_token : String, emails : String, session : Session, commands : Array(Command))
#