Class: Decidim::Design::CardsHelper::DummyClass
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Decidim::Design::CardsHelper::DummyClass
- Defined in:
- decidim-design/app/helpers/decidim/design/cards_helper.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
11 12 13 |
# File 'decidim-design/app/helpers/decidim/design/cards_helper.rb', line 11 def description @description end |
#organization ⇒ Object
Returns the value of attribute organization.
11 12 13 |
# File 'decidim-design/app/helpers/decidim/design/cards_helper.rb', line 11 def organization @organization end |
#title ⇒ Object
Returns the value of attribute title.
11 12 13 |
# File 'decidim-design/app/helpers/decidim/design/cards_helper.rb', line 11 def title @title end |
Instance Method Details
#resource_locator ⇒ Object
13 14 15 16 17 18 19 |
# File 'decidim-design/app/helpers/decidim/design/cards_helper.rb', line 13 def resource_locator Class.new do def path(*_args) "#" end end.new end |