Class: Slack::RealTime::Stores::Starter
- Defined in:
- lib/slack/real_time/stores/starter.rb
Overview
Only stores initial information.
Instance Attribute Summary collapse
-
#self ⇒ Object
readonly
Returns the value of attribute self.
-
#team ⇒ Object
readonly
Returns the value of attribute team.
Attributes inherited from Base
#bots, #channels, #groups, #ims, #teams, #users
Instance Method Summary collapse
-
#initialize(attrs) ⇒ Starter
constructor
A new instance of Starter.
Methods inherited from Base
Constructor Details
Instance Attribute Details
#self ⇒ Object (readonly)
Returns the value of attribute self.
6 7 8 |
# File 'lib/slack/real_time/stores/starter.rb', line 6 def self @self end |
#team ⇒ Object (readonly)
Returns the value of attribute team.
8 9 10 |
# File 'lib/slack/real_time/stores/starter.rb', line 8 def team @team end |