Class: Eco::CLI::Config::OptionsSet::OptConfig
- Defined in:
- lib/eco/cli/config/options_set.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
9 10 11 |
# File 'lib/eco/cli/config/options_set.rb', line 9 def callback @callback end |
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/eco/cli/config/options_set.rb', line 9 def description @description end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/eco/cli/config/options_set.rb', line 9 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
9 10 11 |
# File 'lib/eco/cli/config/options_set.rb', line 9 def namespace @namespace end |