Class: MessageBird::Group

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/group.rb

Instance Attribute Summary collapse

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

#contactsObject

Returns the value of attribute contacts.



9
10
11
# File 'lib/messagebird/group.rb', line 9

def contacts
  @contacts
end

#created_datetimeObject

Returns the value of attribute created_datetime.



9
10
11
# File 'lib/messagebird/group.rb', line 9

def created_datetime
  @created_datetime
end

#hrefObject

Returns the value of attribute href.



8
9
10
# File 'lib/messagebird/group.rb', line 8

def href
  @href
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/messagebird/group.rb', line 8

def id
  @id
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/messagebird/group.rb', line 8

def name
  @name
end

#updated_datetimeObject

Returns the value of attribute updated_datetime.



9
10
11
# File 'lib/messagebird/group.rb', line 9

def updated_datetime
  @updated_datetime
end