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