Class: Gitlab::Golang::PseudoVersion

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/golang.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idObject

Returns the value of attribute commit_id

Returns:

  • (Object)

    the current value of commit_id



5
6
7
# File 'lib/gitlab/golang.rb', line 5

def commit_id
  @commit_id
end

#semverObject

Returns the value of attribute semver

Returns:

  • (Object)

    the current value of semver



5
6
7
# File 'lib/gitlab/golang.rb', line 5

def semver
  @semver
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



5
6
7
# File 'lib/gitlab/golang.rb', line 5

def timestamp
  @timestamp
end