Class: MessageBird::Contact
Instance Attribute Summary collapse
-
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
-
#custom_details ⇒ Object
Returns the value of attribute custom_details.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#href ⇒ Object
Returns the value of attribute href.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#msisdn ⇒ Object
Returns the value of attribute msisdn.
-
#updated_datetime ⇒ Object
Returns the value of attribute updated_datetime.
Method Summary
Methods inherited from Base
#initialize, #map_hash_elements_to_self, #value_to_time
Constructor Details
This class inherits a constructor from MessageBird::Base
Instance Attribute Details
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
11 12 13 |
# File 'lib/messagebird/contact.rb', line 11 def created_datetime @created_datetime end |
#custom_details ⇒ Object
Returns the value of attribute custom_details.
11 12 13 |
# File 'lib/messagebird/contact.rb', line 11 def custom_details @custom_details end |
#first_name ⇒ Object
Returns the value of attribute first_name.
10 11 12 |
# File 'lib/messagebird/contact.rb', line 10 def first_name @first_name end |
#groups ⇒ Object
Returns the value of attribute groups.
11 12 13 |
# File 'lib/messagebird/contact.rb', line 11 def groups @groups end |
#href ⇒ Object
Returns the value of attribute href.
10 11 12 |
# File 'lib/messagebird/contact.rb', line 10 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/messagebird/contact.rb', line 10 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
10 11 12 |
# File 'lib/messagebird/contact.rb', line 10 def last_name @last_name end |
#messages ⇒ Object
Returns the value of attribute messages.
11 12 13 |
# File 'lib/messagebird/contact.rb', line 11 def end |
#msisdn ⇒ Object
Returns the value of attribute msisdn.
10 11 12 |
# File 'lib/messagebird/contact.rb', line 10 def msisdn @msisdn end |
#updated_datetime ⇒ Object
Returns the value of attribute updated_datetime.
11 12 13 |
# File 'lib/messagebird/contact.rb', line 11 def updated_datetime @updated_datetime end |