Class: Decidim::Consultations::Admin::QuestionsHelper::Option
- Inherits:
-
Struct
- Object
- Struct
- Decidim::Consultations::Admin::QuestionsHelper::Option
- Defined in:
- app/helpers/decidim/consultations/admin/questions_helper.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'app/helpers/decidim/consultations/admin/questions_helper.rb', line 10 def id @id end |
#title ⇒ Object
Returns the value of attribute title
10 11 12 |
# File 'app/helpers/decidim/consultations/admin/questions_helper.rb', line 10 def title @title end |