Module: LicenseFinder::CLI::MakesDecisions::ClassMethods
- Defined in:
- lib/license_finder/cli/makes_decisions.rb
Instance Method Summary collapse
Instance Method Details
#approvable ⇒ Object
16 17 18 |
# File 'lib/license_finder/cli/makes_decisions.rb', line 16 def approvable method_option :version, desc: 'The version that will be approved' end |
#auditable ⇒ Object
11 12 13 14 |
# File 'lib/license_finder/cli/makes_decisions.rb', line 11 def auditable method_option :who, desc: 'The person making this decision' method_option :why, desc: 'The reason for making this decision' end |