Skip to content

TwiML::FaxResponse is not required by default #362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Wylan opened this issue Oct 24, 2017 · 2 comments · Fixed by #469
Closed

TwiML::FaxResponse is not required by default #362

Wylan opened this issue Oct 24, 2017 · 2 comments · Fixed by #469
Labels
difficulty: easy fix is easy in difficulty type: bug bug in the library type: twilio enhancement feature request on Twilio's roadmap

Comments

@Wylan
Copy link

Wylan commented Oct 24, 2017

The FaxResponse TwiML class is not included by twilio-ruby.rb by default. You have to manually require twilio-ruby/twiml/fax_response before usage.

Version: 5.4.2

Code Snippet

Twilio::TwiML::FaxResponse.new

Exception/Log

NameError: uninitialized constant Twilio::TwiML::FaxResponse

Steps to Reproduce

  1. Create a new instance of Twilio::TwiML::FaxResponse.new
  2. Receive NameError
@guillaume-tgl
Copy link

Any plan to fix this issue?

@childish-sambino childish-sambino added difficulty: easy fix is easy in difficulty type: bug bug in the library type: twilio enhancement feature request on Twilio's roadmap labels Sep 13, 2019
@childish-sambino
Copy link
Contributor

Working on a fix now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy fix is easy in difficulty type: bug bug in the library type: twilio enhancement feature request on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants