Class: Slack::RealTime::Stores::Starter
- Defined in:
- lib/slack/real_time/stores/starter.rb
Overview
Stores only basic team and self info
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#self ⇒ Object
readonly
Returns the value of attribute self.
-
#team ⇒ Object
readonly
Returns the value of attribute team.
Instance Method Summary collapse
-
#initialize(attrs, _options = {}) ⇒ 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.
8 9 10 |
# File 'lib/slack/real_time/stores/starter.rb', line 8 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 |