class Signalwire::Sdk::FaxResponse::Reject
<Leave> TwiML Verb
Public Class Methods
new(**keyword_args) { |self| ... }
click to toggle source
Calls superclass method
# File lib/signalwire/sdk/fax_response.rb, line 15 def initialize(**keyword_args) super(**keyword_args) @name = 'Reject' yield(self) if block_given? end