Class: MessageBird::Voice::Webhook
- Defined in:
- lib/messagebird/voice/webhook.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#token ⇒ Object
Returns the value of attribute token.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Base
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_at ⇒ Object
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/messagebird/voice/webhook.rb', line 8 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/messagebird/voice/webhook.rb', line 8 def id @id end |
#token ⇒ Object
Returns the value of attribute token.
8 9 10 |
# File 'lib/messagebird/voice/webhook.rb', line 8 def token @token end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
8 9 10 |
# File 'lib/messagebird/voice/webhook.rb', line 8 def updated_at @updated_at end |
#url ⇒ Object
Returns the value of attribute url.
8 9 10 |
# File 'lib/messagebird/voice/webhook.rb', line 8 def url @url end |