Class: Slack::Web::Api::Mixins::Users::Member
- Inherits:
-
Struct
- Object
- Struct
- Slack::Web::Api::Mixins::Users::Member
- Defined in:
- lib/slack/web/api/mixins/users.search.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#real_name ⇒ Object
Returns the value of attribute real_name.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
7 8 9 |
# File 'lib/slack/web/api/mixins/users.search.rb', line 7 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name
7 8 9 |
# File 'lib/slack/web/api/mixins/users.search.rb', line 7 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/slack/web/api/mixins/users.search.rb', line 7 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name
7 8 9 |
# File 'lib/slack/web/api/mixins/users.search.rb', line 7 def last_name @last_name end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/slack/web/api/mixins/users.search.rb', line 7 def name @name end |
#real_name ⇒ Object
Returns the value of attribute real_name
7 8 9 |
# File 'lib/slack/web/api/mixins/users.search.rb', line 7 def real_name @real_name end |