Sha256: 09d6dfa6f43cb12e866807919a61cb4f3106239794c44de53e89ca403ca6ebbf

Contents?: true

Size: 445 Bytes

Versions: 13

Compression:

Stored size: 445 Bytes

Contents

module Bowline
  module Desktop
    module Host
      ##
      # :singleton-method: ip
      # Returns the computer's local IP address

      ##
      # :singleton-method: public_ip
      # Returns the computer's network IP address.
      # This method doesn't return the computer's Internet IP, 
      # for that you need a remote server.

      ##
      # :singleton-method: host_name
      # Returns the computer's host name
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bowline-0.9.4 lib/bowline/desktop/host.rb
bowline-0.9.3 lib/bowline/desktop/host.rb
bowline-0.9.2 lib/bowline/desktop/host.rb
bowline-0.9.1 lib/bowline/desktop/host.rb
bowline-0.6.3 lib/bowline/desktop/host.rb
bowline-0.6.2 lib/bowline/desktop/host.rb
bowline-0.6.1 lib/bowline/desktop/host.rb
bowline-0.6.0 lib/bowline/desktop/host.rb
bowline-0.5.8 lib/bowline/desktop/host.rb
bowline-0.5.7 lib/bowline/desktop/host.rb
bowline-0.5.6 lib/bowline/desktop/host.rb
bowline-0.5.5 lib/bowline/desktop/host.rb
bowline-0.5.4 lib/bowline/desktop/host.rb