Module: SlackRubyBot::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/slack-ruby-bot/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#secretObject

Returns the value of attribute secret.



11
12
13
# File 'lib/slack-ruby-bot/config.rb', line 11

def secret
  @secret
end

#teamObject

Returns the value of attribute team.



9
10
11
# File 'lib/slack-ruby-bot/config.rb', line 9

def team
  @team
end

#team_idObject

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

#tokenObject

Returns the value of attribute token.



5
6
7
# File 'lib/slack-ruby-bot/config.rb', line 5

def token
  @token
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/slack-ruby-bot/config.rb', line 6

def url
  @url
end

#userObject

Returns the value of attribute user.



7
8
9
# File 'lib/slack-ruby-bot/config.rb', line 7

def user
  @user
end

#user_idObject

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