Module: SlackChatter::Api::Namespaces

Included in:
Client
Defined in:
lib/slack_chatter/api/namespaces.rb

Instance Method Summary collapse

Instance Method Details

#apiObject



20
21
22
# File 'lib/slack_chatter/api/namespaces.rb', line 20

def api
  @api ||= SlackChatter::Api::Api.new(self)
end

#authObject



24
25
26
# File 'lib/slack_chatter/api/namespaces.rb', line 24

def auth
  @auth ||= SlackChatter::Api::Auth.new(self)
end

#channelsObject



28
29
30
# File 'lib/slack_chatter/api/namespaces.rb', line 28

def channels
  @channels ||= SlackChatter::Api::Channels.new(self)
end

#chatObject



32
33
34
# File 'lib/slack_chatter/api/namespaces.rb', line 32

def chat
  @chat ||= SlackChatter::Api::Chat.new(self)
end

#emojiObject



36
37
38
# File 'lib/slack_chatter/api/namespaces.rb', line 36

def emoji
  @emoji ||= SlackChatter::Api::Emoji.new(self)
end

#filesObject



40
41
42
# File 'lib/slack_chatter/api/namespaces.rb', line 40

def files
  @files ||= SlackChatter::Api::Files.new(self)
end

#groupsObject



44
45
46
# File 'lib/slack_chatter/api/namespaces.rb', line 44

def groups
  @groups ||= SlackChatter::Api::Groups.new(self)
end

#imObject



48
49
50
# File 'lib/slack_chatter/api/namespaces.rb', line 48

def im
  @im ||= SlackChatter::Api::Im.new(self)
end

#oauthObject



52
53
54
# File 'lib/slack_chatter/api/namespaces.rb', line 52

def oauth
  @oath ||= SlackChatter::Api::Oauth.new(self)
end

#rtmObject



56
57
58
# File 'lib/slack_chatter/api/namespaces.rb', line 56

def rtm
  @rtm ||= SlackChatter::Api::Rtm.new(self)
end

#searchObject



60
61
62
# File 'lib/slack_chatter/api/namespaces.rb', line 60

def search
  @search ||= SlackChatter::Api::Search.new(self)
end

#starsObject



64
65
66
# File 'lib/slack_chatter/api/namespaces.rb', line 64

def stars
  @stars ||= SlackChatter::Api::Stars.new(self)
end

#teamObject



68
69
70
# File 'lib/slack_chatter/api/namespaces.rb', line 68

def team
  @team ||= SlackChatter::Api::Team.new(self)
end

#usersObject



72
73
74
# File 'lib/slack_chatter/api/namespaces.rb', line 72

def users
  @users ||= SlackChatter::Api::Users.new(self)
end