Class: Larrow::Runner::Vcs::Base
- Inherits:
-
Object
- Object
- Larrow::Runner::Vcs::Base
- Defined in:
- lib/larrow/runner/vcs/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#larrow_file ⇒ Object
Returns the value of attribute larrow_file.
Instance Method Summary collapse
Instance Attribute Details
#larrow_file ⇒ Object
Returns the value of attribute larrow_file.
4 5 6 |
# File 'lib/larrow/runner/vcs/base.rb', line 4 def larrow_file @larrow_file end |
Instance Method Details
#formatted_url ⇒ Object
14 15 16 |
# File 'lib/larrow/runner/vcs/base.rb', line 14 def formatted_url raise 'not implement yet' end |
#get(filename) ⇒ Object
6 7 8 |
# File 'lib/larrow/runner/vcs/base.rb', line 6 def get filename raise 'not implement yet' end |
#update_source(node, target_dir) ⇒ Object
10 11 12 |
# File 'lib/larrow/runner/vcs/base.rb', line 10 def update_source node, target_dir raise 'not implement yet' end |