Class: Pray::GitSourceCheckout

Inherits:
Struct
  • Object
show all
Defined in:
lib/pray/git_sources.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_directoryObject

Returns the value of attribute cache_directory

Returns:

  • (Object)

    the current value of cache_directory



8
9
10
# File 'lib/pray/git_sources.rb', line 8

def cache_directory
  @cache_directory
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



8
9
10
# File 'lib/pray/git_sources.rb', line 8

def revision
  @revision
end

#subdirObject

Returns the value of attribute subdir

Returns:

  • (Object)

    the current value of subdir



8
9
10
# File 'lib/pray/git_sources.rb', line 8

def subdir
  @subdir
end