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 inherited from String
Methods included from CoreExtensions::String::Inflections
Methods included from CoreExtensions::String::Conversions
Methods included from Diffable
#diff, #patch, #replacenextlarger, #reverse_hash
Instance Attribute Details
#revision ⇒ Object
Returns the value of attribute revision
431 432 433 |
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 431 def revision @revision end |
#scmid ⇒ Object
Returns the value of attribute scmid
431 432 433 |
# File 'lib/redmine/scm/adapters/abstract_adapter.rb', line 431 def scmid @scmid end |