Class: Pray::ResolvedProject

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



4
5
6
# File 'lib/pray/resolve.rb', line 4

def environment
  @environment
end

#local_filesObject

Returns the value of attribute local_files

Returns:

  • (Object)

    the current value of local_files



4
5
6
# File 'lib/pray/resolve.rb', line 4

def local_files
  @local_files
end

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



4
5
6
# File 'lib/pray/resolve.rb', line 4

def manifest
  @manifest
end

#manifest_hashObject

Returns the value of attribute manifest_hash

Returns:

  • (Object)

    the current value of manifest_hash



4
5
6
# File 'lib/pray/resolve.rb', line 4

def manifest_hash
  @manifest_hash
end

#manifest_pathObject

Returns the value of attribute manifest_path

Returns:

  • (Object)

    the current value of manifest_path



4
5
6
# File 'lib/pray/resolve.rb', line 4

def manifest_path
  @manifest_path
end

#packagesObject

Returns the value of attribute packages

Returns:

  • (Object)

    the current value of packages



4
5
6
# File 'lib/pray/resolve.rb', line 4

def packages
  @packages
end

#project_rootObject

Returns the value of attribute project_root

Returns:

  • (Object)

    the current value of project_root



4
5
6
# File 'lib/pray/resolve.rb', line 4

def project_root
  @project_root
end

#source_host_keysObject

Returns the value of attribute source_host_keys

Returns:

  • (Object)

    the current value of source_host_keys



4
5
6
# File 'lib/pray/resolve.rb', line 4

def source_host_keys
  @source_host_keys
end

#source_revisionsObject

Returns the value of attribute source_revisions

Returns:

  • (Object)

    the current value of source_revisions



4
5
6
# File 'lib/pray/resolve.rb', line 4

def source_revisions
  @source_revisions
end

Instance Method Details

#lockfile_hashObject



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

def lockfile_hash
  manifest_hash
end