Class: Gitlab::BitbucketServerImport::Importer::TempBranch
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::BitbucketServerImport::Importer::TempBranch
- Defined in:
- lib/gitlab/bitbucket_server_import/importer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/gitlab/bitbucket_server_import/importer.rb', line 13 def name @name end |
#sha ⇒ Object
Returns the value of attribute sha
13 14 15 |
# File 'lib/gitlab/bitbucket_server_import/importer.rb', line 13 def sha @sha end |