Class: Avm::Tools::Runner::Source::Info

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/source/info.rb

Constant Summary collapse

SOURCE_PROPERTIES =
{
  path: 'Path',
  application: 'Application',
  class: 'Stereotype',
  scm: 'SCM'
}.freeze

Instance Method Summary collapse

Instance Method Details

#runObject



23
24
25
26
27
# File 'lib/avm/tools/runner/source/info.rb', line 23

def run
  show_source
  show_parent
  show_test_commands
end