Class: SparkleFormation::Resources::Property
- Inherits:
-
Struct
- Object
- Struct
- SparkleFormation::Resources::Property
- Defined in:
- lib/sparkle_formation/resources.rb
Overview
Defines a resource property
Instance Attribute Summary collapse
-
#conditionals ⇒ Object
Returns the value of attribute conditionals.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
-
#update_causes(final_resource = nil, original_resource = nil) ⇒ 'replacement', ...
Determine result of property update.
Instance Attribute Details
#conditionals ⇒ Object
Returns the value of attribute conditionals
53 54 55 |
# File 'lib/sparkle_formation/resources.rb', line 53 def conditionals @conditionals end |
#description ⇒ Object
Returns the value of attribute description
53 54 55 |
# File 'lib/sparkle_formation/resources.rb', line 53 def description @description end |
#name ⇒ Object
Returns the value of attribute name
53 54 55 |
# File 'lib/sparkle_formation/resources.rb', line 53 def name @name end |
#required ⇒ Object
Returns the value of attribute required
53 54 55 |
# File 'lib/sparkle_formation/resources.rb', line 53 def required @required end |
#type ⇒ Object
Returns the value of attribute type
53 54 55 |
# File 'lib/sparkle_formation/resources.rb', line 53 def type @type end |
#update_causes(final_resource = nil, original_resource = nil) ⇒ 'replacement', ...
Determine result of property update
53 54 55 |
# File 'lib/sparkle_formation/resources.rb', line 53 def update_causes @update_causes end |