Skip to content

Commit

Permalink
allow discovery connection to parse engine id from xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreen-r7 committed Jul 24, 2017
1 parent 87ffc83 commit 331e137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nexpose/discovery.rb
Expand Up @@ -225,6 +225,7 @@ def self.parse(xml)
conn.protocol = xml.attributes['protocol']
conn.port = xml.attributes['port'].to_i
conn.status = xml.attributes['connection-status']
conn.engine_id = xml.attributes['engine-id'].to_i
conn
end

Expand Down

0 comments on commit 331e137

Please sign in to comment.