Class: Lita::Adapters::Slack::TeamData Private
- Inherits:
-
Struct
- Object
- Struct
- Lita::Adapters::Slack::TeamData
- Defined in:
- lib/lita/adapters/slack/team_data.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
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
5 6 7 |
# File 'lib/lita/adapters/slack/team_data.rb', line 5 def channels @channels end |
#ims ⇒ Object
Returns the value of attribute ims
5 6 7 |
# File 'lib/lita/adapters/slack/team_data.rb', line 5 def ims @ims end |
#self ⇒ Object
Returns the value of attribute self
5 6 7 |
# File 'lib/lita/adapters/slack/team_data.rb', line 5 def self @self end |
#users ⇒ Object
Returns the value of attribute users
5 6 7 |
# File 'lib/lita/adapters/slack/team_data.rb', line 5 def users @users end |
#websocket_url ⇒ Object
Returns the value of attribute websocket_url
5 6 7 |
# File 'lib/lita/adapters/slack/team_data.rb', line 5 def websocket_url @websocket_url end |