Class: Mago::Report

Inherits:
Object
  • Object
show all
Defined in:
lib/mago/report.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeReport

Returns a new instance of Report.



5
6
7
8
# File 'lib/mago/report.rb', line 5

def initialize
  @files = []
  @errors = []
end

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors.



3
4
5
# File 'lib/mago/report.rb', line 3

def errors
  @errors
end

#filesObject (readonly)

Returns the value of attribute files.



3
4
5
# File 'lib/mago/report.rb', line 3

def files
  @files
end