Class: KnifeSous::RootNamespace

Inherits:
Namespace show all
Defined in:
lib/knife_sous/root_namespace.rb

Instance Attribute Summary

Attributes inherited from Namespace

#name

Instance Method Summary collapse

Methods included from DSLWrapper

#evaluate_block

Methods included from DSL

#children, included, #namespace, #node

Constructor Details

#initializeRootNamespace

Returns a new instance of RootNamespace.



9
10
11
# File 'lib/knife_sous/root_namespace.rb', line 9

def initialize
  @name = ""
end