Class: Packerman::Dsl::Builders::Null

Inherits:
Packerman::Dsl::Builders show all
Defined in:
lib/packerman/dsl/builders/null.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Packerman::Dsl::Builders

communicator_keys, hash_key

Methods included from Node

#initialize, #method_missing, #to_hash

Methods inherited from Packerman::Dsl

register, register_to_repo, to_subclass

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Packerman::Dsl::Node

Class Method Details

.optional_keysObject



11
12
13
# File 'lib/packerman/dsl/builders/null.rb', line 11

def optional_keys
  []
end

.require_keysObject



7
8
9
# File 'lib/packerman/dsl/builders/null.rb', line 7

def require_keys
  []
end

Instance Method Details

#typeObject



2
3
4
# File 'lib/packerman/dsl/builders/null.rb', line 2

def type
  "null"
end