Class: Gitlab::Ci::Status::Extended

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/gitlab/ci/status/extended.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status) ⇒ Extended

Returns a new instance of Extended.



7
8
9
# File 'lib/gitlab/ci/status/extended.rb', line 7

def initialize(status)
  super(@status = status)
end

Class Method Details

.matches?(_subject, _user) ⇒ Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/gitlab/ci/status/extended.rb', line 11

def self.matches?(_subject, _user)
  raise NotImplementedError
end