Class: Packerman::Dsl::Builders::Null
- Inherits:
-
Packerman::Dsl::Builders
- Object
- Packerman::Dsl
- Packerman::Dsl::Builders
- Packerman::Dsl::Builders::Null
- Defined in:
- lib/packerman/dsl/builders/null.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Packerman::Dsl::Builders
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_keys ⇒ Object
11 12 13 |
# File 'lib/packerman/dsl/builders/null.rb', line 11 def optional_keys [] end |
.require_keys ⇒ Object
7 8 9 |
# File 'lib/packerman/dsl/builders/null.rb', line 7 def require_keys [] end |
Instance Method Details
#type ⇒ Object
2 3 4 |
# File 'lib/packerman/dsl/builders/null.rb', line 2 def type "null" end |