Class: Avm::ApplicationStereotypes::Base
- Inherits:
-
Object
- Object
- Avm::ApplicationStereotypes::Base
- Defined in:
- lib/avm/application_stereotypes/base.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ String
15 16 17 |
# File 'lib/avm/application_stereotypes/base.rb', line 15 def name namespace_module.name.demodulize end |
#to_s ⇒ String
20 21 22 |
# File 'lib/avm/application_stereotypes/base.rb', line 20 def to_s name end |