Method: Rules::AttributeChange.attributes_for_api
- Defined in:
- lib/question_chain/models/rules/attribute_change.rb
.attributes_for_api ⇒ Object
7 8 9 |
# File 'lib/question_chain/models/rules/attribute_change.rb', line 7 def self.attributes_for_api %w(id fire_value _type affecting_ui_objects ui_object_id negate_value compare_text_value) end |