Method: Ndo::Host#initialize
- Defined in:
- lib/ndo/host.rb
#initialize(hostname) ⇒ Host
Returns a new instance of Host.
8 9 10 |
# File 'lib/ndo/host.rb', line 8 def initialize(hostname) @name = hostname end |
Returns a new instance of Host.
8 9 10 |
# File 'lib/ndo/host.rb', line 8 def initialize(hostname) @name = hostname end |