Class: Gitlab::Ci::Badge::Base
- Inherits:
-
Object
- Object
- Gitlab::Ci::Badge::Base
show all
- Defined in:
- lib/gitlab/ci/badge/base.rb
Instance Method Summary
collapse
Instance Method Details
#entity ⇒ Object
6
7
8
|
# File 'lib/gitlab/ci/badge/base.rb', line 6
def entity
raise NotImplementedError
end
|
14
15
16
|
# File 'lib/gitlab/ci/badge/base.rb', line 14
def metadata
raise NotImplementedError
end
|
#status ⇒ Object
10
11
12
|
# File 'lib/gitlab/ci/badge/base.rb', line 10
def status
raise NotImplementedError
end
|
#template ⇒ Object
18
19
20
|
# File 'lib/gitlab/ci/badge/base.rb', line 18
def template
raise NotImplementedError
end
|