Class: Redmine::Scm::Adapters::Branch
- Inherits:
-
String
- Object
- String
- Redmine::Scm::Adapters::Branch
- Defined in:
- lib/redmine/scm/adapters/abstract_adapter.rb
Overview
Direct Known Subclasses
Instance Attribute Summary collapse
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#scmid ⇒ Object
Returns the value of attribute scmid.
Method Summary
Methods included from Diffable
#diff, #patch, #replacenextlarger, #reverse_hash
Instance Attribute Details
#revision ⇒ Object
Returns the value of attribute revision
423 424 425 |
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 423 def revision @revision end |
#scmid ⇒ Object
Returns the value of attribute scmid
423 424 425 |
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 423 def scmid @scmid end |