Class: Onboard::Project
- Inherits:
-
Thor
- Object
- Thor
- Onboard::Project
- Defined in:
- lib/onboard/project.rb
Instance Attribute Summary collapse
-
#answer ⇒ Object
readonly
Returns the value of attribute answer.
-
#codebase ⇒ Object
readonly
Returns the value of attribute codebase.
-
#core ⇒ Object
readonly
Returns the value of attribute core.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#projects ⇒ Object
readonly
Returns the value of attribute projects.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#answer ⇒ Object (readonly)
Returns the value of attribute answer.
14 15 16 |
# File 'lib/onboard/project.rb', line 14 def answer @answer end |
#codebase ⇒ Object (readonly)
Returns the value of attribute codebase.
14 15 16 |
# File 'lib/onboard/project.rb', line 14 def codebase @codebase end |
#core ⇒ Object (readonly)
Returns the value of attribute core.
14 15 16 |
# File 'lib/onboard/project.rb', line 14 def core @core end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
14 15 16 |
# File 'lib/onboard/project.rb', line 14 def @options end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
14 15 16 |
# File 'lib/onboard/project.rb', line 14 def path @path end |
#projects ⇒ Object (readonly)
Returns the value of attribute projects.
14 15 16 |
# File 'lib/onboard/project.rb', line 14 def projects @projects end |
#size ⇒ Object (readonly)
Returns the value of attribute size.
14 15 16 |
# File 'lib/onboard/project.rb', line 14 def size @size end |