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
13 14 15 |
# File 'lib/avm/application_stereotypes/base.rb', line 13 def name namespace_module.name.demodulize end |
#to_s ⇒ String
18 19 20 |
# File 'lib/avm/application_stereotypes/base.rb', line 18 def to_s name end |