Class: Lita::Adapters::Slack::TeamData
- Inherits:
-
Struct
- Object
- Struct
- Lita::Adapters::Slack::TeamData
- Defined in:
- lib/lita/adapters/slack/team_data.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#ims ⇒ Object
Returns the value of attribute ims.
-
#self ⇒ Object
Returns the value of attribute self.
-
#users ⇒ Object
Returns the value of attribute users.
-
#websocket_url ⇒ Object
Returns the value of attribute websocket_url.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
4 5 6 |
# File 'lib/lita/adapters/slack/team_data.rb', line 4 def channels @channels end |
#ims ⇒ Object
Returns the value of attribute ims
4 5 6 |
# File 'lib/lita/adapters/slack/team_data.rb', line 4 def ims @ims end |
#self ⇒ Object
Returns the value of attribute self
4 5 6 |
# File 'lib/lita/adapters/slack/team_data.rb', line 4 def self @self end |
#users ⇒ Object
Returns the value of attribute users
4 5 6 |
# File 'lib/lita/adapters/slack/team_data.rb', line 4 def users @users end |
#websocket_url ⇒ Object
Returns the value of attribute websocket_url
4 5 6 |
# File 'lib/lita/adapters/slack/team_data.rb', line 4 def websocket_url @websocket_url end |