Class: BuildFile
- Inherits:
-
Object
- Object
- BuildFile
- Defined in:
- lib/buildmaster/build_file.rb
Instance Method Summary collapse
- #increase(property_name) ⇒ Object
-
#initialize(file_name) ⇒ BuildFile
constructor
A new instance of BuildFile.
- #save ⇒ Object
Constructor Details
#initialize(file_name) ⇒ BuildFile
Returns a new instance of BuildFile.
2 3 |
# File 'lib/buildmaster/build_file.rb', line 2 def initialize(file_name) end |
Instance Method Details
#increase(property_name) ⇒ Object
5 6 7 |
# File 'lib/buildmaster/build_file.rb', line 5 def increase(property_name) return 1 end |
#save ⇒ Object
9 10 |
# File 'lib/buildmaster/build_file.rb', line 9 def save() end |