Class: Signalwire::Sdk::FaxResponse

Inherits:
Twilio::TwiML::FaxResponse
  • Object
show all
Defined in:
lib/signalwire/sdk/fax_response.rb

Defined Under Namespace

Classes: Reject

Instance Method Summary collapse

Instance Method Details

#reject(**keyword_args) ⇒ Object

Create a new <Reject> element

keyword_args

additional attributes



9
10
11
# File 'lib/signalwire/sdk/fax_response.rb', line 9

def reject(**keyword_args)
  append(Reject.new(**keyword_args))
end