Class: Dapp::Deployment::Config::Directive::Base
- Inherits:
-
Config::Directive::Base
- Object
- Config::Directive::Base
- Dapp::Deployment::Config::Directive::Base
- Defined in:
- lib/dapp/deployment/config/directive/base.rb
Instance Method Summary collapse
Methods inherited from Config::Directive::Base
Constructor Details
This class inherits a constructor from Dapp::Config::Directive::Base
Instance Method Details
#hostname_pattern ⇒ Object
6 7 8 |
# File 'lib/dapp/deployment/config/directive/base.rb', line 6 def hostname_pattern '^[a-z0-9_-]*[a-z0-9]$' end |