Class: Homebrew::DevCmd::PrAutomerge::Args Private
- Defined in:
 - sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.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.
Constant Summary
Constants inherited from CLI::Args
Instance Attribute Summary
Attributes inherited from CLI::Args
#flags_only, #options_only, #remaining
Instance Method Summary collapse
- #autosquash? ⇒ Boolean private
 - #ignore_failures? ⇒ Boolean private
 - #publish? ⇒ Boolean private
 - #with_label ⇒ String? private
 - #without_approval? ⇒ Boolean private
 - #without_labels ⇒ Array<String>? private
 - #workflow ⇒ String? private
 
Methods inherited from CLI::Args
#build_from_source_formulae, #context, #debug?, #freeze_named_args!, #freeze_processed_options!, #freeze_remaining_args!, #help?, #include_test_formulae, #initialize, #named, #no_named?, #only_formula_or_cask, #os_arch_combinations, #quiet?, #set_arg, #tap, #value, #verbose?
Constructor Details
This class inherits a constructor from Homebrew::CLI::Args
Instance Method Details
#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.
      15  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.rbi', line 15 def autosquash?; end  | 
  
#ignore_failures? ⇒ 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.
      18  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.rbi', line 18 def ignore_failures?; end  | 
  
#publish? ⇒ 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.
      21  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.rbi', line 21 def publish?; end  | 
  
#with_label ⇒ 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.
      24  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.rbi', line 24 def with_label; end  | 
  
#without_approval? ⇒ 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.
      27  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.rbi', line 27 def without_approval?; end  | 
  
#without_labels ⇒ Array<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.
      30  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.rbi', line 30 def without_labels; end  | 
  
#workflow ⇒ 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.
      33  | 
    
      # File 'sorbet/rbi/dsl/homebrew/dev_cmd/pr_automerge.rbi', line 33 def workflow; end  |