Method: Serverspec::Type::Base#initialize

Defined in:
lib/serverspec/type/base.rb

#initialize(name = nil, options = {}) ⇒ Base

Returns a new instance of Base.



6
7
8
9
10
# File 'lib/serverspec/type/base.rb', line 6

def initialize(name=nil, options = {})
  @name    = name
  @options = options
  @runner  = Specinfra::Runner
end