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