Class: Timewizard::Versioner::Android
- Defined in:
- lib/timewizard/versioner/android.rb
Overview
Represents the Android implementation of the versioner spec.
Instance Attribute Summary
Attributes inherited from Base
#file, #new_build_number, #new_version_number, #old_build_number, #old_version_number
Instance Method Summary collapse
-
#initialize(path_to_file) ⇒ Android
constructor
A new instance of Android.
Methods inherited from Base
#read_build_numbers, #read_version_numbers, #write_build_numbers, #write_version_numbers
Constructor Details
#initialize(path_to_file) ⇒ Android
Returns a new instance of Android.
15 16 17 18 |
# File 'lib/timewizard/versioner/android.rb', line 15 def initialize(path_to_file) super path_to_file @file_contents = '' end |