Class: Slack::Web::Api::Mixins::Users::Member

Inherits:
Struct
  • Object
show all
Defined in:
lib/slack/web/api/mixins/users.search.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



8
9
10
# File 'lib/slack/web/api/mixins/users.search.rb', line 8

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



8
9
10
# File 'lib/slack/web/api/mixins/users.search.rb', line 8

def first_name
  @first_name
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/slack/web/api/mixins/users.search.rb', line 8

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



8
9
10
# File 'lib/slack/web/api/mixins/users.search.rb', line 8

def last_name
  @last_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/slack/web/api/mixins/users.search.rb', line 8

def name
  @name
end

#real_nameObject

Returns the value of attribute real_name

Returns:

  • (Object)

    the current value of real_name



8
9
10
# File 'lib/slack/web/api/mixins/users.search.rb', line 8

def real_name
  @real_name
end