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