You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoMethodError: private method `define_method' called for OneSignal::Notification::Headings:Class
Did you mean? redefine_method
from .../gems/onesignal-ruby-0.3.0/lib/onesignal/auto_map.rb:7:in `block in create_readers'
error showing when I call
doing this in OneSignnal::Automap fixes it, is this the right way?
Also in response
usinng the mattr_reader instead attr_reader fixes it in OneSignal::Responses::BaseResponse. is this the right way?
The text was updated successfully, but these errors were encountered: