Class: Gitlab::Golang::PseudoVersion
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Golang::PseudoVersion
- Defined in:
- lib/gitlab/golang.rb
Instance Attribute Summary collapse
-
#commit_id ⇒ Object
Returns the value of attribute commit_id.
-
#semver ⇒ Object
Returns the value of attribute semver.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#commit_id ⇒ Object
Returns the value of attribute commit_id
5 6 7 |
# File 'lib/gitlab/golang.rb', line 5 def commit_id @commit_id end |
#semver ⇒ Object
Returns the value of attribute semver
5 6 7 |
# File 'lib/gitlab/golang.rb', line 5 def semver @semver end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
5 6 7 |
# File 'lib/gitlab/golang.rb', line 5 def @timestamp end |