Class: Updoc::Config::FeatureConfig
- Inherits:
-
Struct
- Object
- Struct
- Updoc::Config::FeatureConfig
- Defined in:
- lib/updoc/config.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#feature_name ⇒ Object
Returns the value of attribute feature_name.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
4 5 6 |
# File 'lib/updoc/config.rb', line 4 def config @config end |
#feature_name ⇒ Object
Returns the value of attribute feature_name
4 5 6 |
# File 'lib/updoc/config.rb', line 4 def feature_name @feature_name end |