Class: MessageBird::Contact

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/contact.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

#created_datetimeObject

Returns the value of attribute created_datetime.



11
12
13
# File 'lib/messagebird/contact.rb', line 11

def created_datetime
  @created_datetime
end

#custom_detailsObject

Returns the value of attribute custom_details.



11
12
13
# File 'lib/messagebird/contact.rb', line 11

def custom_details
  @custom_details
end

#first_nameObject

Returns the value of attribute first_name.



10
11
12
# File 'lib/messagebird/contact.rb', line 10

def first_name
  @first_name
end

#groupsObject

Returns the value of attribute groups.



11
12
13
# File 'lib/messagebird/contact.rb', line 11

def groups
  @groups
end

#hrefObject

Returns the value of attribute href.



10
11
12
# File 'lib/messagebird/contact.rb', line 10

def href
  @href
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/messagebird/contact.rb', line 10

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name.



10
11
12
# File 'lib/messagebird/contact.rb', line 10

def last_name
  @last_name
end

#messagesObject

Returns the value of attribute messages.



11
12
13
# File 'lib/messagebird/contact.rb', line 11

def messages
  @messages
end

#msisdnObject

Returns the value of attribute msisdn.



10
11
12
# File 'lib/messagebird/contact.rb', line 10

def msisdn
  @msisdn
end

#updated_datetimeObject

Returns the value of attribute updated_datetime.



11
12
13
# File 'lib/messagebird/contact.rb', line 11

def updated_datetime
  @updated_datetime
end