Class: Redmine::Scm::Adapters::Branch
- Defined in:
- lib/redmine/scm/adapters/abstract_adapter.rb
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 Redmine::StringArrayDiff::Diffable
#diff, #patch, #replacenextlarger, #reverse_hash
Methods included from CoreExt::String::Inflections
Methods included from CoreExt::String::Conversions
Instance Attribute Details
#revision ⇒ Object
Returns the value of attribute revision.
435 436 437 |
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 435 def revision @revision end |
#scmid ⇒ Object
Returns the value of attribute scmid.
435 436 437 |
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 435 def scmid @scmid end |