Object
Represents an individual entry in the gear registry
# File lib/openshift-origin-node/model/gear_registry.rb, line 32 def initialize(options) @uuid = options[:uuid] @namespace = options[:namespace] @dns = options[:dns] @proxy_hostname = options[:proxy_hostname] @proxy_port = options[:proxy_port] @platform = options[:platform] || 'linux' end
Generated with the Darkfish Rdoc Generator 2.