Module: Stackspec::Helpers::Type

Extended by:
Type
Included in:
Type
Defined in:
lib/stackspec/helpers.rb

Instance Method Summary collapse

Instance Method Details

#server(hostname) ⇒ Object



9
10
11
# File 'lib/stackspec/helpers.rb', line 9

def server(hostname)
  Stackspec::Type::Server.new(hostname)
end