installed gem
Using ruby 2.2.7
The FIRST line of the same code provided fails, trying to set the domain?
It's not complaining about the domain (I used the real one), it's complaining there is no such method as domain.
$ ruby -v
ruby 2.2.7p470 (2017-03-28 revision 58194) [x86_64-darwin16]
$ irb
> require "freshdesk"
=> true
> Freshdesk.domain = "xyz"
NoMethodError: undefined method `domain=' for Freshdesk:Class
from (irb):2
from /Users/buzz/.rvm/rubies/ruby-2.2.7/bin/irb:11:in `<main>'
installed gem
Using ruby 2.2.7
The FIRST line of the same code provided fails, trying to set the domain?
It's not complaining about the domain (I used the real one), it's complaining there is no such method as domain.