Class: Decidim::CoreDataManifest
- Inherits:
-
Data
- Object
- Data
- Decidim::CoreDataManifest
- Defined in:
- lib/decidim/core.rb
Instance Attribute Summary collapse
-
#collection ⇒ Object
readonly
Returns the value of attribute collection.
-
#include_in_open_data ⇒ Object
readonly
Returns the value of attribute include_in_open_data.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#serializer ⇒ Object
readonly
Returns the value of attribute serializer.
Instance Attribute Details
#collection ⇒ Object (readonly)
Returns the value of attribute collection
761 762 763 |
# File 'lib/decidim/core.rb', line 761 def collection @collection end |
#include_in_open_data ⇒ Object (readonly)
Returns the value of attribute include_in_open_data
761 762 763 |
# File 'lib/decidim/core.rb', line 761 def include_in_open_data @include_in_open_data end |
#name ⇒ Object (readonly)
Returns the value of attribute name
761 762 763 |
# File 'lib/decidim/core.rb', line 761 def name @name end |
#serializer ⇒ Object (readonly)
Returns the value of attribute serializer
761 762 763 |
# File 'lib/decidim/core.rb', line 761 def serializer @serializer end |