Class: Bitmovin::Webhooks::WebhookResource
- Defined in:
- lib/bitmovin/webhooks/webhook_resource.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#encryption ⇒ Object
Returns the value of attribute encryption.
-
#id ⇒ Object
Returns the value of attribute id.
-
#insecure_ssl ⇒ Object
Returns the value of attribute insecure_ssl.
-
#method ⇒ Object
Returns the value of attribute method.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Resource
#created_at, #description, #modified_at, #name
Method Summary
Methods inherited from Resource
#delete!, find, init, #init_instance, #initialize, #inspect, list, #persisted?, #save!
Methods included from Helpers
#camelize_hash, #hash_to_struct, result, #result, #underscore_hash
Constructor Details
This class inherits a constructor from Bitmovin::Resource
Instance Attribute Details
#encryption ⇒ Object
Returns the value of attribute encryption.
3 4 5 |
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3 def encryption @encryption end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3 def id @id end |
#insecure_ssl ⇒ Object
Returns the value of attribute insecure_ssl.
3 4 5 |
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3 def insecure_ssl @insecure_ssl end |
#method ⇒ Object
Returns the value of attribute method.
3 4 5 |
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3 def method @method end |
#signature ⇒ Object
Returns the value of attribute signature.
3 4 5 |
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3 def signature @signature end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3 def url @url end |