interfax / interfax-ruby

Fax send and receive in Ruby with the InterFAX REST API
https://www.interfax.net/en/dev/ruby
MIT License
17 stars 12 forks source link

New Versions of Ruby do not include ostruct by default #17

Open cloke opened 3 months ago

cloke commented 3 months ago

This pull request includes a minor change to the lib/interfax/object.rb file. The change imports the ostruct library to ensure the OpenStruct class is available for use.

mohanklein commented 1 month ago

ah I just wanted to create a PR with the exact same fix but then I saw you already did the exact same thing :-) thanks!