Class: Pray::ResolvedPackage
- Inherits:
-
Struct
- Object
- Struct
- Pray::ResolvedPackage
- Defined in:
- lib/pray/resolve.rb
Instance Attribute Summary collapse
-
#artifact ⇒ Object
Returns the value of attribute artifact.
-
#artifact_hash ⇒ Object
Returns the value of attribute artifact_hash.
-
#declaration ⇒ Object
Returns the value of attribute declaration.
-
#export_bodies ⇒ Object
Returns the value of attribute export_bodies.
-
#registry_latest_version ⇒ Object
Returns the value of attribute registry_latest_version.
-
#root ⇒ Object
Returns the value of attribute root.
-
#selected_exports ⇒ Object
Returns the value of attribute selected_exports.
-
#signer_fingerprint ⇒ Object
Returns the value of attribute signer_fingerprint.
-
#skill_files ⇒ Object
Returns the value of attribute skill_files.
-
#source_checksum ⇒ Object
Returns the value of attribute source_checksum.
-
#spec ⇒ Object
Returns the value of attribute spec.
-
#tree_hash ⇒ Object
Returns the value of attribute tree_hash.
Instance Attribute Details
#artifact ⇒ Object
Returns the value of attribute artifact
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def artifact @artifact end |
#artifact_hash ⇒ Object
Returns the value of attribute artifact_hash
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def artifact_hash @artifact_hash end |
#declaration ⇒ Object
Returns the value of attribute declaration
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def declaration @declaration end |
#export_bodies ⇒ Object
Returns the value of attribute export_bodies
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def export_bodies @export_bodies end |
#registry_latest_version ⇒ Object
Returns the value of attribute registry_latest_version
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def registry_latest_version @registry_latest_version end |
#root ⇒ Object
Returns the value of attribute root
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def root @root end |
#selected_exports ⇒ Object
Returns the value of attribute selected_exports
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def selected_exports @selected_exports end |
#signer_fingerprint ⇒ Object
Returns the value of attribute signer_fingerprint
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def signer_fingerprint @signer_fingerprint end |
#skill_files ⇒ Object
Returns the value of attribute skill_files
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def skill_files @skill_files end |
#source_checksum ⇒ Object
Returns the value of attribute source_checksum
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def source_checksum @source_checksum end |
#spec ⇒ Object
Returns the value of attribute spec
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def spec @spec end |
#tree_hash ⇒ Object
Returns the value of attribute tree_hash
13 14 15 |
# File 'lib/pray/resolve.rb', line 13 def tree_hash @tree_hash end |