class Mastercontrol::Server::ServerHostname
Attributes
name[RW]
Public Class Methods
new(res_hostname)
click to toggle source
# File lib/mastercontrol/server.rb, line 18 def initialize(res_hostname) @name = res_hostname end