Class: BarkingIguana::Compound::Ansible::ResultsParser

Inherits:
Object
  • Object
show all
Defined in:
lib/barking_iguana/compound/ansible/results_parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ ResultsParser



8
9
10
# File 'lib/barking_iguana/compound/ansible/results_parser.rb', line 8

def initialize file
  self.file = file
end

Instance Method Details

#recapObject



12
13
14
# File 'lib/barking_iguana/compound/ansible/results_parser.rb', line 12

def recap
  OpenStruct.new total_changes: total_changes
end