Class: Pray::Plan::MaterializationPreview
- Inherits:
-
Struct
- Object
- Struct
- Pray::Plan::MaterializationPreview
- Defined in:
- lib/pray/plan.rb
Instance Attribute Summary collapse
-
#lockfile ⇒ Object
Returns the value of attribute lockfile.
-
#package_lines ⇒ Object
Returns the value of attribute package_lines.
-
#provisioned ⇒ Object
Returns the value of attribute provisioned.
-
#targets ⇒ Object
Returns the value of attribute targets.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#lockfile ⇒ Object
Returns the value of attribute lockfile
7 8 9 |
# File 'lib/pray/plan.rb', line 7 def lockfile @lockfile end |
#package_lines ⇒ Object
Returns the value of attribute package_lines
7 8 9 |
# File 'lib/pray/plan.rb', line 7 def package_lines @package_lines end |
#provisioned ⇒ Object
Returns the value of attribute provisioned
7 8 9 |
# File 'lib/pray/plan.rb', line 7 def provisioned @provisioned end |
#targets ⇒ Object
Returns the value of attribute targets
7 8 9 |
# File 'lib/pray/plan.rb', line 7 def targets @targets end |
#warnings ⇒ Object
Returns the value of attribute warnings
7 8 9 |
# File 'lib/pray/plan.rb', line 7 def warnings @warnings end |