Class: Avm::ApplicationStereotypes::Base
- Inherits:
-
Object
- Object
- Avm::ApplicationStereotypes::Base
show all
- Defined in:
- lib/avm/application_stereotypes/base.rb,
lib/avm/application_stereotypes/base/by_gem.rb,
lib/avm/application_stereotypes/base/detection.rb
Defined Under Namespace
Modules: ByGem, Detection
Instance Method Summary
collapse
Instance Method Details
#name ⇒ String
11
12
13
|
# File 'lib/avm/application_stereotypes/base.rb', line 11
def name
namespace_module.name.demodulize
end
|
#to_s ⇒ String
16
17
18
|
# File 'lib/avm/application_stereotypes/base.rb', line 16
def to_s
name
end
|