Class: Plivo::Resources::CallFeedback

Inherits:
Base::Resource show all
Defined in:
lib/plivo/resources/call_feedback.rb

Constant Summary

Constants included from Utils

Utils::TYPE_WHITELIST

Instance Attribute Summary

Attributes inherited from Base::Resource

#id

Instance Method Summary collapse

Methods included from Utils

expected_type?, expected_value?, raise_invalid_request, valid_account?, valid_mainaccount?, valid_param?, valid_signature?, valid_subaccount?

Constructor Details

#initialize(client, options = nil) ⇒ CallFeedback

Returns a new instance of CallFeedback.



9
10
11
12
# File 'lib/plivo/resources/call_feedback.rb', line 9

def initialize(client, options = nil)
  @_name = 'Call'
  super
end