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

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



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

def channels
  @channels
end

#imsObject

Returns the value of attribute ims

Returns:

  • (Object)

    the current value of ims



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

def ims
  @ims
end

#selfObject

Returns the value of attribute self

Returns:

  • (Object)

    the current value of self



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

def self
  @self
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



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

def users
  @users
end

#websocket_urlObject

Returns the value of attribute websocket_url

Returns:

  • (Object)

    the current value of websocket_url



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

def websocket_url
  @websocket_url
end