Class: Pray::Plan::MaterializationPreview

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

Instance Attribute Summary collapse

Instance Attribute Details

#lockfileObject

Returns the value of attribute lockfile

Returns:

  • (Object)

    the current value of lockfile



7
8
9
# File 'lib/pray/plan.rb', line 7

def lockfile
  @lockfile
end

#package_linesObject

Returns the value of attribute package_lines

Returns:

  • (Object)

    the current value of package_lines



7
8
9
# File 'lib/pray/plan.rb', line 7

def package_lines
  @package_lines
end

#provisionedObject

Returns the value of attribute provisioned

Returns:

  • (Object)

    the current value of provisioned



7
8
9
# File 'lib/pray/plan.rb', line 7

def provisioned
  @provisioned
end

#targetsObject

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



7
8
9
# File 'lib/pray/plan.rb', line 7

def targets
  @targets
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



7
8
9
# File 'lib/pray/plan.rb', line 7

def warnings
  @warnings
end