Class: Puppet::Interface::OptionBuilder
- Defined in:
- lib/vendor/puppet/interface/option_builder.rb
Instance Attribute Summary collapse
-
#option ⇒ Object
readonly
Returns the value of attribute option.
Class Method Summary collapse
Instance Attribute Details
#option ⇒ Object (readonly)
Returns the value of attribute option.
4 5 6 |
# File 'lib/vendor/puppet/interface/option_builder.rb', line 4 def option @option end |
Class Method Details
.build(face, *declaration, &block) ⇒ Object
6 7 8 |
# File 'lib/vendor/puppet/interface/option_builder.rb', line 6 def self.build(face, *declaration, &block) new(face, *declaration, &block).option end |