Class: ChefHandlerForeman::ForemanFacts
- Inherits:
-
Chef::Handler
- Object
- Chef::Handler
- ChefHandlerForeman::ForemanFacts
- Defined in:
- lib/chef_handler_foreman/foreman_facts.rb
Instance Attribute Summary collapse
-
#uploader ⇒ Object
Returns the value of attribute uploader.
Instance Method Summary collapse
Instance Attribute Details
#uploader ⇒ Object
Returns the value of attribute uploader.
18 19 20 |
# File 'lib/chef_handler_foreman/foreman_facts.rb', line 18 def uploader @uploader end |
Instance Method Details
#report ⇒ Object
20 21 22 |
# File 'lib/chef_handler_foreman/foreman_facts.rb', line 20 def report send_attributes(prepare_facts) end |