Class: MessageBird::Voice::Webhook

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#handle_links, #initialize

Methods inherited from Base

#initialize, #map_hash_elements_to_self, #value_to_time

Constructor Details

This class inherits a constructor from MessageBird::Voice::Base

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end

#updated_atObject

Returns the value of attribute updated_at.



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

def updated_at
  @updated_at
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end