Class: Decidim::Admin::ScopesHelper::Option
- Inherits:
-
Struct
- Object
- Struct
- Decidim::Admin::ScopesHelper::Option
- Defined in:
- app/helpers/decidim/admin/scopes_helper.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'app/helpers/decidim/admin/scopes_helper.rb', line 7 def id @id end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'app/helpers/decidim/admin/scopes_helper.rb', line 7 def name @name end |