Class: Onboard::Prepare
- Inherits:
-
Thor
- Object
- Thor
- Onboard::Prepare
- Defined in:
- lib/onboard/prepare.rb
Instance Attribute Summary collapse
-
#codebase ⇒ Object
readonly
Returns the value of attribute codebase.
-
#found ⇒ Object
readonly
Returns the value of attribute found.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#projects ⇒ Object
readonly
Returns the value of attribute projects.
Instance Attribute Details
#codebase ⇒ Object (readonly)
Returns the value of attribute codebase.
10 11 12 |
# File 'lib/onboard/prepare.rb', line 10 def codebase @codebase end |
#found ⇒ Object (readonly)
Returns the value of attribute found.
10 11 12 |
# File 'lib/onboard/prepare.rb', line 10 def found @found end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
10 11 12 |
# File 'lib/onboard/prepare.rb', line 10 def @options end |
#projects ⇒ Object (readonly)
Returns the value of attribute projects.
10 11 12 |
# File 'lib/onboard/prepare.rb', line 10 def projects @projects end |