Class: MessageBird::Recipient

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

#recipientObject

Returns the value of attribute recipient.



7
8
9
# File 'lib/messagebird/recipient.rb', line 7

def recipient
  @recipient
end

#statusObject

Returns the value of attribute status.



7
8
9
# File 'lib/messagebird/recipient.rb', line 7

def status
  @status
end

#status_date_timeObject

Returns the value of attribute status_date_time.



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

def status_date_time
  @status_date_time
end