Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Method geturl in nexpose.rb:2536 #1

Closed
beingben opened this issue Dec 13, 2011 · 1 comment
Closed

No Method geturl in nexpose.rb:2536 #1

beingben opened this issue Dec 13, 2011 · 1 comment

Comments

@beingben
Copy link

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.

@clee-r7
Copy link
Contributor

clee-r7 commented Feb 10, 2012

Fixed in 1080cf3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants