Class: Pray::ResolvedProject
- Inherits:
-
Struct
- Object
- Struct
- Pray::ResolvedProject
- Defined in:
- lib/pray/resolve.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#local_files ⇒ Object
Returns the value of attribute local_files.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#manifest_hash ⇒ Object
Returns the value of attribute manifest_hash.
-
#manifest_path ⇒ Object
Returns the value of attribute manifest_path.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#project_root ⇒ Object
Returns the value of attribute project_root.
-
#source_host_keys ⇒ Object
Returns the value of attribute source_host_keys.
-
#source_revisions ⇒ Object
Returns the value of attribute source_revisions.
Instance Method Summary collapse
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def environment @environment end |
#local_files ⇒ Object
Returns the value of attribute local_files
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def local_files @local_files end |
#manifest ⇒ Object
Returns the value of attribute manifest
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def manifest @manifest end |
#manifest_hash ⇒ Object
Returns the value of attribute manifest_hash
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def manifest_hash @manifest_hash end |
#manifest_path ⇒ Object
Returns the value of attribute manifest_path
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def manifest_path @manifest_path end |
#packages ⇒ Object
Returns the value of attribute packages
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def packages @packages end |
#project_root ⇒ Object
Returns the value of attribute project_root
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def project_root @project_root end |
#source_host_keys ⇒ Object
Returns the value of attribute source_host_keys
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def source_host_keys @source_host_keys end |
#source_revisions ⇒ Object
Returns the value of attribute source_revisions
4 5 6 |
# File 'lib/pray/resolve.rb', line 4 def source_revisions @source_revisions end |
Instance Method Details
#lockfile_hash ⇒ Object
8 9 10 |
# File 'lib/pray/resolve.rb', line 8 def lockfile_hash manifest_hash end |