Class: Fixingthenet::Installer::App

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/fixingthenet/installer/app.rb

Instance Method Summary collapse

Instance Method Details

#full_nameObject



7
8
9
# File 'lib/fixingthenet/installer/app.rb', line 7

def full_name
  "fixingthenet-#{name}"
end

#rootObject



11
12
13
# File 'lib/fixingthenet/installer/app.rb', line 11

def root
  apps_root.join(full_name)
end