Class: UiObjects::DropDown
- Defined in:
- lib/question_chain/models/ui_objects/drop_down.rb
Instance Attribute Summary
Attributes inherited from UiObject
Class Method Summary collapse
Methods inherited from UiObject
#change_value!, #enabled?, #initialize, #per_page, #visible?
Constructor Details
This class inherits a constructor from UiObject
Class Method Details
.attributes_for_api ⇒ Object
12 13 14 |
# File 'lib/question_chain/models/ui_objects/drop_down.rb', line 12 def self.attributes_for_api %w(id name _type populate label order filter description default_value ui_attributes options prompt max_options rules extra_info css_classes) end |