Class: Avm::ApplicationStereotypes::Base

Inherits:
Object
  • Object
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

#nameString

Returns:

  • (String)


11
12
13
# File 'lib/avm/application_stereotypes/base.rb', line 11

def name
  namespace_module.name.demodulize
end

#to_sString

Returns:

  • (String)


16
17
18
# File 'lib/avm/application_stereotypes/base.rb', line 16

def to_s
  name
end