Module: Avm::Sources::Base::Stereotype
- Defined in:
- lib/avm/sources/base/stereotype.rb
Constant Summary collapse
- STEREOTYPE_NAME_KEY =
'stereotype'
Instance Method Summary collapse
Instance Method Details
#stereotype_name_by_configuration ⇒ String?
12 13 14 |
# File 'lib/avm/sources/base/stereotype.rb', line 12 def stereotype_name_by_configuration configuration.entry(STEREOTYPE_NAME_KEY).value end |