Class: Redmine::Scm::Adapters::GitAdapter::GitBranch
- Defined in:
- lib/redmine/scm/adapters/git_adapter.rb
Instance Attribute Summary collapse
-
#is_default ⇒ Object
Returns the value of attribute is_default.
Attributes inherited from Branch
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
#is_default ⇒ Object
Returns the value of attribute is_default.
33 34 35 |
# File 'lib/redmine/scm/adapters/git_adapter.rb', line 33 def is_default @is_default end |