Class: Pray::ResolvedPackage

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

Instance Attribute Summary collapse

Instance Attribute Details

#artifactObject

Returns the value of attribute artifact

Returns:

  • (Object)

    the current value of artifact



13
14
15
# File 'lib/pray/resolve.rb', line 13

def artifact
  @artifact
end

#artifact_hashObject

Returns the value of attribute artifact_hash

Returns:

  • (Object)

    the current value of artifact_hash



13
14
15
# File 'lib/pray/resolve.rb', line 13

def artifact_hash
  @artifact_hash
end

#declarationObject

Returns the value of attribute declaration

Returns:

  • (Object)

    the current value of declaration



13
14
15
# File 'lib/pray/resolve.rb', line 13

def declaration
  @declaration
end

#export_bodiesObject

Returns the value of attribute export_bodies

Returns:

  • (Object)

    the current value of export_bodies



13
14
15
# File 'lib/pray/resolve.rb', line 13

def export_bodies
  @export_bodies
end

#registry_latest_versionObject

Returns the value of attribute registry_latest_version

Returns:

  • (Object)

    the current value of registry_latest_version



13
14
15
# File 'lib/pray/resolve.rb', line 13

def registry_latest_version
  @registry_latest_version
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



13
14
15
# File 'lib/pray/resolve.rb', line 13

def root
  @root
end

#selected_exportsObject

Returns the value of attribute selected_exports

Returns:

  • (Object)

    the current value of selected_exports



13
14
15
# File 'lib/pray/resolve.rb', line 13

def selected_exports
  @selected_exports
end

#signer_fingerprintObject

Returns the value of attribute signer_fingerprint

Returns:

  • (Object)

    the current value of signer_fingerprint



13
14
15
# File 'lib/pray/resolve.rb', line 13

def signer_fingerprint
  @signer_fingerprint
end

#skill_filesObject

Returns the value of attribute skill_files

Returns:

  • (Object)

    the current value of skill_files



13
14
15
# File 'lib/pray/resolve.rb', line 13

def skill_files
  @skill_files
end

#source_checksumObject

Returns the value of attribute source_checksum

Returns:

  • (Object)

    the current value of source_checksum



13
14
15
# File 'lib/pray/resolve.rb', line 13

def source_checksum
  @source_checksum
end

#specObject

Returns the value of attribute spec

Returns:

  • (Object)

    the current value of spec



13
14
15
# File 'lib/pray/resolve.rb', line 13

def spec
  @spec
end

#tree_hashObject

Returns the value of attribute tree_hash

Returns:

  • (Object)

    the current value of tree_hash



13
14
15
# File 'lib/pray/resolve.rb', line 13

def tree_hash
  @tree_hash
end