Skip to content

Commit

Permalink
add host method to soap connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Lane committed Oct 25, 2011
1 parent 9bee294 commit 86c8bd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rbvmomi/trivial_soap.rb
Expand Up @@ -20,6 +20,10 @@ def initialize opts
restart_http
end

def host
@opts[:host]
end

def close
@http.finish rescue IOError
end
Expand Down

0 comments on commit 86c8bd2

Please sign in to comment.