Class: Volley::Scm::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/volley/scm/base.rb

Direct Known Subclasses

Git, Subversion

Instance Method Summary collapse

Constructor Details

#initialize(opt = { }) ⇒ Base

Returns a new instance of Base.



5
6
# File 'lib/volley/scm/base.rb', line 5

def initialize(opt={ })
end

Instance Method Details

#branchObject



8
9
# File 'lib/volley/scm/base.rb', line 8

def branch
end

#revisionObject



11
12
# File 'lib/volley/scm/base.rb', line 11

def revision
end

#updateObject



14
15
# File 'lib/volley/scm/base.rb', line 14

def update
end