Class: Onboard::Prepare

Inherits:
Thor
  • Object
show all
Defined in:
lib/onboard/prepare.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codebaseObject (readonly)

Returns the value of attribute codebase.



10
11
12
# File 'lib/onboard/prepare.rb', line 10

def codebase
  @codebase
end

#foundObject (readonly)

Returns the value of attribute found.



10
11
12
# File 'lib/onboard/prepare.rb', line 10

def found
  @found
end

#optionsObject (readonly)

Returns the value of attribute options.



10
11
12
# File 'lib/onboard/prepare.rb', line 10

def options
  @options
end

#projectsObject (readonly)

Returns the value of attribute projects.



10
11
12
# File 'lib/onboard/prepare.rb', line 10

def projects
  @projects
end