Class: Homebrew::DevCmd::PrPull::Args Private

Inherits:
CLI::Args show all
Defined in:
sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi

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

Attributes inherited from CLI::Args

#flags_only, #options_only

Instance Method Summary collapse

Methods inherited from CLI::Args

#arch, #build_from_source?, #build_from_source_formulae, #cask?, #context, #debug?, #formula?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os, #os_arch_combinations, #quiet?, #remaining, #value, #verbose?

Constructor Details

This class inherits a constructor from Homebrew::CLI::Args

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Homebrew::CLI::Args

Instance Method Details

#artifactString?

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:



15
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 15

def artifact; end

#artifact_patternString?

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:



18
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 18

def artifact_pattern; end

#autosquash?Boolean

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:

  • (Boolean)


21
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 21

def autosquash?; end

#branch_okay?Boolean

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:

  • (Boolean)


24
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 24

def branch_okay?; end

#clean?Boolean

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:

  • (Boolean)


27
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 27

def clean?; end

#committerString?

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:



30
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 30

def committer; end

#dry_run?Boolean

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:

  • (Boolean)


33
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 33

def dry_run?; end

#ignore_missing_artifactsArray<String>?

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:



36
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 36

def ignore_missing_artifacts; end

#keep_old?Boolean

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:

  • (Boolean)


39
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 39

def keep_old?; end

#messageString?

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:



42
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 42

def message; end

#n?Boolean

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:

  • (Boolean)


45
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 45

def n?; end

#no_cherry_pick?Boolean

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:

  • (Boolean)


48
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 48

def no_cherry_pick?; end

#no_commit?Boolean

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:

  • (Boolean)


51
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 51

def no_commit?; end

#no_upload?Boolean

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:

  • (Boolean)


54
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 54

def no_upload?; end

#resolve?Boolean

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:

  • (Boolean)


57
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 57

def resolve?; end

#retain_bottle_dir?Boolean

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:

  • (Boolean)


60
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 60

def retain_bottle_dir?; end

#root_urlString?

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:



63
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 63

def root_url; end

#root_url_usingString?

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:



66
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 66

def root_url_using; end

#tapString?

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:



69
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 69

def tap; end

#warn_on_upload_failure?Boolean

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:

  • (Boolean)


72
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 72

def warn_on_upload_failure?; end

#workflowsArray<String>?

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:



75
# File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_pull.rbi', line 75

def workflows; end