Class: Avm::ApplicationStereotypes::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/application_stereotypes/base.rb

Instance Method Summary collapse

Instance Method Details

#nameString

Returns:

  • (String)


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

def name
  namespace_module.name.demodulize
end

#to_sString

Returns:

  • (String)


20
21
22
# File 'lib/avm/application_stereotypes/base.rb', line 20

def to_s
  name
end