Class: Bitmovin::Webhooks::WebhookResource

Inherits:
Resource
  • Object
show all
Defined in:
lib/bitmovin/webhooks/webhook_resource.rb

Instance Attribute Summary collapse

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

#encryptionObject

Returns the value of attribute encryption.



3
4
5
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3

def encryption
  @encryption
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3

def id
  @id
end

#insecure_sslObject

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

#methodObject

Returns the value of attribute method.



3
4
5
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3

def method
  @method
end

#signatureObject

Returns the value of attribute signature.



3
4
5
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3

def signature
  @signature
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/bitmovin/webhooks/webhook_resource.rb', line 3

def url
  @url
end