Class: AsProject::FlashLog
- Inherits:
-
Object
- Object
- AsProject::FlashLog
- Defined in:
- lib/tasks/flash_log.rb
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
- #get_file ⇒ Object
-
#initialize ⇒ FlashLog
constructor
A new instance of FlashLog.
Constructor Details
#initialize ⇒ FlashLog
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
#version ⇒ Object
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_file ⇒ Object
11 12 13 |
# File 'lib/tasks/flash_log.rb', line 11 def get_file return @path_finder.flash_player_log end |