Class: CreateGithubRelease::CommandLine::Validations::Base
- Inherits:
-
Object
- Object
- CreateGithubRelease::CommandLine::Validations::Base
- Defined in:
- lib/create_github_release/command_line/validations.rb
Overview
All validation classes inherit this classes initializer and options reader
Direct Known Subclasses
ValidateChangelogPath, ValidateDefaultBranch, ValidateLastReleaseVersion, ValidateNextReleaseVersion, ValidateOnlyQuietOrVerbose, ValidatePreFlag, ValidatePreType, ValidateQuiet, ValidateReleaseBranch, ValidateReleaseType, ValidateReleaseTypeGiven, ValidateRemote, ValidateVerbose
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
Create a new validation object with the given options.
Constructor Details
#initialize(options) ⇒ Base
Create a new validation object with the given options
31 32 33 |
# File 'lib/create_github_release/command_line/validations.rb', line 31 def initialize() @options = end |