Skip to content

why undefined method `domain=' for Freshdesk:Class #4

@jpwynn

Description

@jpwynn

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>'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions