Class: AsProject::FlashLog

Inherits:
Object
  • Object
show all
Defined in:
lib/tasks/flash_log.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFlashLog

Returns a new instance of FlashLog.



6
7
8
9
# File 'lib/tasks/flash_log.rb', line 6

def initialize
  @path_finder = PathFinder.new
  verify_config_file
end

Instance Attribute Details

#versionObject

Returns the value of attribute version.



4
5
6
# File 'lib/tasks/flash_log.rb', line 4

def version
  @version
end

Instance Method Details

#get_fileObject



11
12
13
# File 'lib/tasks/flash_log.rb', line 11

def get_file
  return @path_finder.flash_player_log
end