Class: MessageBird::Group
Instance Attribute Summary collapse
-
#contacts ⇒ Object
Returns the value of attribute contacts.
-
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
-
#href ⇒ Object
Returns the value of attribute href.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#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
#contacts ⇒ Object
Returns the value of attribute contacts.
9 10 11 |
# File 'lib/messagebird/group.rb', line 9 def contacts @contacts end |
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
9 10 11 |
# File 'lib/messagebird/group.rb', line 9 def created_datetime @created_datetime end |
#href ⇒ Object
Returns the value of attribute href.
8 9 10 |
# File 'lib/messagebird/group.rb', line 8 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/messagebird/group.rb', line 8 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/messagebird/group.rb', line 8 def name @name end |
#updated_datetime ⇒ Object
Returns the value of attribute updated_datetime.
9 10 11 |
# File 'lib/messagebird/group.rb', line 9 def updated_datetime @updated_datetime end |