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
When creating a new Nexpose::ReportHistory(connection,config_id)
The error is raised:
ruby-1.8.7-p334 :022 > Nexpose::ReportHistory.new(connection,223)
NoMethodError: undefined method geturl' for #<Nexpose::Connection:0x7f86bf934890> from /home/bhamilton/.rvm/gems/ruby-1.8.7-p334@rails2.3.8/gems/nexpose-0.0.8/lib/nexpose.rb:2536:ininitialize'
from (irb):22:in `new'
from (irb):22
from :0
The instance methods available on the connection class do not include a geturl. The connection does have a url method.
I am looking for a fix myself but wanted to let you know it looks broken. If I am going about this the wrong way let me know.
The text was updated successfully, but these errors were encountered:
When creating a new Nexpose::ReportHistory(connection,config_id)
The error is raised:
ruby-1.8.7-p334 :022 > Nexpose::ReportHistory.new(connection,223)
NoMethodError: undefined method
geturl' for #<Nexpose::Connection:0x7f86bf934890> from /home/bhamilton/.rvm/gems/ruby-1.8.7-p334@rails2.3.8/gems/nexpose-0.0.8/lib/nexpose.rb:2536:in
initialize'from (irb):22:in `new'
from (irb):22
from :0
The instance methods available on the connection class do not include a geturl. The connection does have a url method.
I am looking for a fix myself but wanted to let you know it looks broken. If I am going about this the wrong way let me know.
The text was updated successfully, but these errors were encountered: