Class: Onboard::Project

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

Instance Attribute Summary collapse

Instance Attribute Details

#answerObject (readonly)

Returns the value of attribute answer.



14
15
16
# File 'lib/onboard/project.rb', line 14

def answer
  @answer
end

#codebaseObject (readonly)

Returns the value of attribute codebase.



14
15
16
# File 'lib/onboard/project.rb', line 14

def codebase
  @codebase
end

#coreObject (readonly)

Returns the value of attribute core.



14
15
16
# File 'lib/onboard/project.rb', line 14

def core
  @core
end

#optionsObject (readonly)

Returns the value of attribute options.



14
15
16
# File 'lib/onboard/project.rb', line 14

def options
  @options
end

#pathObject (readonly)

Returns the value of attribute path.



14
15
16
# File 'lib/onboard/project.rb', line 14

def path
  @path
end

#projectsObject (readonly)

Returns the value of attribute projects.



14
15
16
# File 'lib/onboard/project.rb', line 14

def projects
  @projects
end

#sizeObject (readonly)

Returns the value of attribute size.



14
15
16
# File 'lib/onboard/project.rb', line 14

def size
  @size
end