Class: Pray::GitSourceCheckout
- Inherits:
-
Struct
- Object
- Struct
- Pray::GitSourceCheckout
- Defined in:
- lib/pray/git_sources.rb
Instance Attribute Summary collapse
-
#cache_directory ⇒ Object
Returns the value of attribute cache_directory.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#subdir ⇒ Object
Returns the value of attribute subdir.
Instance Attribute Details
#cache_directory ⇒ Object
Returns the value of attribute cache_directory
8 9 10 |
# File 'lib/pray/git_sources.rb', line 8 def cache_directory @cache_directory end |
#revision ⇒ Object
Returns the value of attribute revision
8 9 10 |
# File 'lib/pray/git_sources.rb', line 8 def revision @revision end |
#subdir ⇒ Object
Returns the value of attribute subdir
8 9 10 |
# File 'lib/pray/git_sources.rb', line 8 def subdir @subdir end |