Class: MessageBird::ConversationWebhook

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

#channel_idObject

Returns the value of attribute channel_id.



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

def channel_id
  @channel_id
end

#created_datetimeObject

Returns the value of attribute created_datetime.



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

def created_datetime
  @created_datetime
end

#eventsObject

Returns the value of attribute events.



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

def events
  @events
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#updated_datetimeObject

Returns the value of attribute updated_datetime.



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

def updated_datetime
  @updated_datetime
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end