Class: Onboard::Repo
- Inherits:
-
Thor
- Object
- Thor
- Onboard::Repo
- Defined in:
- lib/onboard/repo.rb
Instance Attribute Summary collapse
-
#codebase ⇒ Object
readonly
Returns the value of attribute codebase.
-
#g ⇒ Object
readonly
Returns the value of attribute g.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
Instance Attribute Details
#codebase ⇒ Object (readonly)
Returns the value of attribute codebase.
12 13 14 |
# File 'lib/onboard/repo.rb', line 12 def codebase @codebase end |
#g ⇒ Object (readonly)
Returns the value of attribute g.
12 13 14 |
# File 'lib/onboard/repo.rb', line 12 def g @g end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
12 13 14 |
# File 'lib/onboard/repo.rb', line 12 def path @path end |
#project ⇒ Object (readonly)
Returns the value of attribute project.
12 13 14 |
# File 'lib/onboard/repo.rb', line 12 def project @project end |