Class: ChefHandlerForeman::ForemanFacts

Inherits:
Chef::Handler
  • Object
show all
Defined in:
lib/chef_handler_foreman/foreman_facts.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#uploaderObject

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

#reportObject



20
21
22
# File 'lib/chef_handler_foreman/foreman_facts.rb', line 20

def report
  send_attributes(prepare_facts)
end