Hi larry,
I managed to fix it by just adding a new attr_reader for server
because from what I see, you just do not have a "server" reader method
only.
File: resultset.rb
attr_reader :layout, :server # at line 41
def initialize(server, xml_response, layout, portals=nil)
@server = server # added this at around line 70
@layout = layout
From what I see, it is just a case of missing attribute named "server"
so do not think is an error that you encounter in the past :)
mech
2010