Class: Neetob::CLI::NeetoDeploy::ConfigVars::Base
- Defined in:
- lib/neetob/cli/neeto_deploy/config_vars/base.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Methods included from Utils
#camel_case_to_slug, #is_upper?, #symbolize_keys
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
12 13 14 |
# File 'lib/neetob/cli/neeto_deploy/config_vars/base.rb', line 12 def initialize super() end |
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client.
10 11 12 |
# File 'lib/neetob/cli/neeto_deploy/config_vars/base.rb', line 10 def client @client end |