Class: Lita::Adapters::Slack::TeamData Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/lita/adapters/slack/team_data.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



5
6
7
# File 'lib/lita/adapters/slack/team_data.rb', line 5

def channels
  @channels
end

#imsObject

Returns the value of attribute ims

Returns:

  • (Object)

    the current value of ims



5
6
7
# File 'lib/lita/adapters/slack/team_data.rb', line 5

def ims
  @ims
end

#selfObject

Returns the value of attribute self

Returns:

  • (Object)

    the current value of self



5
6
7
# File 'lib/lita/adapters/slack/team_data.rb', line 5

def self
  @self
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



5
6
7
# File 'lib/lita/adapters/slack/team_data.rb', line 5

def users
  @users
end

#websocket_urlObject

Returns the value of attribute websocket_url

Returns:

  • (Object)

    the current value of websocket_url



5
6
7
# File 'lib/lita/adapters/slack/team_data.rb', line 5

def websocket_url
  @websocket_url
end