Class: SparkleFormation::Resources::UpdateCausesConditional

Inherits:
Struct
  • Object
show all
Defined in:
lib/sparkle_formation/resources.rb

Overview

Defines conditional result for cause of property update

Instance Attribute Summary collapse

Instance Attribute Details

#conditionalObject

Returns the value of attribute conditional

Returns:

  • (Object)

    the current value of conditional



43
44
45
# File 'lib/sparkle_formation/resources.rb', line 43

def conditional
  @conditional
end

#update_causesObject

Returns the value of attribute update_causes

Returns:

  • (Object)

    the current value of update_causes



43
44
45
# File 'lib/sparkle_formation/resources.rb', line 43

def update_causes
  @update_causes
end