Class: MessageQuickly::Messaging::User
- Defined in:
- lib/message_quickly/messaging/user.rb
Instance Attribute Summary collapse
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#gender ⇒ Object
readonly
Returns the value of attribute gender.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#locale ⇒ Object
readonly
Returns the value of attribute locale.
-
#profile_pic ⇒ Object
readonly
Returns the value of attribute profile_pic.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from MessageQuickly::Messaging::Base
Instance Attribute Details
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name.
5 6 7 |
# File 'lib/message_quickly/messaging/user.rb', line 5 def first_name @first_name end |
#gender ⇒ Object (readonly)
Returns the value of attribute gender.
5 6 7 |
# File 'lib/message_quickly/messaging/user.rb', line 5 def gender @gender end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/message_quickly/messaging/user.rb', line 5 def id @id end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name.
5 6 7 |
# File 'lib/message_quickly/messaging/user.rb', line 5 def last_name @last_name end |
#locale ⇒ Object (readonly)
Returns the value of attribute locale.
5 6 7 |
# File 'lib/message_quickly/messaging/user.rb', line 5 def locale @locale end |
#profile_pic ⇒ Object (readonly)
Returns the value of attribute profile_pic.
5 6 7 |
# File 'lib/message_quickly/messaging/user.rb', line 5 def profile_pic @profile_pic end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone.
5 6 7 |
# File 'lib/message_quickly/messaging/user.rb', line 5 def timezone @timezone end |