Module: SlackRubyBot::Config
Instance Attribute Summary collapse
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#team ⇒ Object
Returns the value of attribute team.
-
#team_id ⇒ Object
Returns the value of attribute team_id.
-
#token ⇒ Object
Returns the value of attribute token.
-
#url ⇒ Object
Returns the value of attribute url.
-
#user ⇒ Object
Returns the value of attribute user.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#secret ⇒ Object
Returns the value of attribute secret.
11 12 13 |
# File 'lib/slack-ruby-bot/config.rb', line 11 def secret @secret end |
#team ⇒ Object
Returns the value of attribute team.
9 10 11 |
# File 'lib/slack-ruby-bot/config.rb', line 9 def team @team end |
#team_id ⇒ Object
Returns the value of attribute team_id.
10 11 12 |
# File 'lib/slack-ruby-bot/config.rb', line 10 def team_id @team_id end |
#token ⇒ Object
Returns the value of attribute token.
5 6 7 |
# File 'lib/slack-ruby-bot/config.rb', line 5 def token @token end |
#url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/slack-ruby-bot/config.rb', line 6 def url @url end |
#user ⇒ Object
Returns the value of attribute user.
7 8 9 |
# File 'lib/slack-ruby-bot/config.rb', line 7 def user @user end |
#user_id ⇒ Object
Returns the value of attribute user_id.
8 9 10 |
# File 'lib/slack-ruby-bot/config.rb', line 8 def user_id @user_id end |