Class: Booth::Syntaxes::SecretKey
- Inherits:
-
Object
- Object
- Booth::Syntaxes::SecretKey
- Includes:
- Logging, Calls
- Defined in:
- lib/booth/syntaxes/secret_key.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
11 12 13 14 15 16 |
# File 'lib/booth/syntaxes/secret_key.rb', line 11 def call log { "Checking secret key #{input.inspect} for valid syntax..." } check_missing.on_success { check_blank } .on_success { check_length } .on_success { check_characters } end |