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.
7 8 9 |
# File 'lib/slack/real_time/stores/starter.rb', line 7 def self @self end |
#team ⇒ Object (readonly)
Returns the value of attribute team.
9 10 11 |
# File 'lib/slack/real_time/stores/starter.rb', line 9 def team @team end |