Class: Cask::Quarantine::SigningIdentity Private

Inherits:
T::Struct
  • Object
show all
Defined in:
cask/quarantine.rb

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(identifier: nil, team_identifier: nil) ⇒ void

Parameters:

  • identifier (String, nil) (defaults to: nil)
  • team_identifier (String, nil) (defaults to: nil)


# File ''

const :identifier, T.nilable(String)
const :team_identifier, T.nilable(String)

Instance Attribute Details

#identifierString? (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of prop identifier.

Returns:



# File ''

const :identifier, T.nilable(String)

#team_identifierString? (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of prop team_identifier.

Returns:



# File ''

const :team_identifier, T.nilable(String)