Class: Overapp::Load::Project
- Defined in:
- lib/overapp/load/types/project.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#commit_message, #initialize, #load_full
Constructor Details
This class inherits a constructor from Overapp::Load::Base
Instance Method Details
#load(base, ops = {}) ⇒ Object
8 9 10 11 |
# File 'lib/overapp/load/types/project.rb', line 8 def load(base,ops={}) instance = Load::Instance.new(:overlays => project.overapps, :starting_files => base) instance.combined_files end |
#path ⇒ Object
4 |
# File 'lib/overapp/load/types/project.rb', line 4 def path; descriptor; end |