Class: Redmine::Scm::Adapters::Branch

Inherits:
String
  • Object
show all
Defined in:
lib/redmine/scm/adapters/abstract_adapter.rb

Overview

Since:

  • 1.3.0

Direct Known Subclasses

GitAdapter::GitBranch

Instance Attribute Summary collapse

Method Summary

Methods included from Diffable

#diff, #patch, #replacenextlarger, #reverse_hash

Instance Attribute Details

#revisionObject

Returns the value of attribute revision



423
424
425
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 423

def revision
  @revision
end

#scmidObject

Returns the value of attribute scmid



423
424
425
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 423

def scmid
  @scmid
end