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



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

def conditional
  @conditional
end

#update_causesObject

Returns the value of attribute update_causes

Returns:

  • (Object)

    the current value of update_causes



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

def update_causes
  @update_causes
end