Class: Larrow::Runner::Vcs::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/larrow/runner/vcs/base.rb

Direct Known Subclasses

FileSystem, Github

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#larrow_fileObject

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_urlObject



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