Sha256: 04cf4b4d7122b32c502708a2951212ac0c9e6238d26b0eaa0af17ff4504fa4e5

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

module Pione
  module Global
    # This is IP address of this system. Note that you should select one IP
    # address if system has multiple addresses.
    define_external_item(:my_ip_address) do |item|
      item.desc = "IP address of this system"
      item.init = Util::IPAddress.myself
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pione-0.3.2 lib/pione/global/network-variable.rb
pione-0.3.1 lib/pione/global/network-variable.rb