Class: Branch
- Inherits:
-
SwiftStruct
- Object
- SwiftObject
- SwiftStruct
- Branch
- Defined in:
- lib/branch_cli/branch.rb
Instance Method Summary collapse
Methods inherited from SwiftStruct
Methods inherited from SwiftObject
#initialize, let, var, variable_defaults
Constructor Details
This class inherits a constructor from SwiftStruct
Instance Method Details
#origin ⇒ Object
4 5 6 |
# File 'lib/branch_cli/branch.rb', line 4 def origin return "origin/#{name}" end |