Class: Decidim::CoreDataManifest

Inherits:
Data
  • Object
show all
Defined in:
lib/decidim/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#collectionObject (readonly)

Returns the value of attribute collection

Returns:

  • (Object)

    the current value of collection



761
762
763
# File 'lib/decidim/core.rb', line 761

def collection
  @collection
end

#include_in_open_dataObject (readonly)

Returns the value of attribute include_in_open_data

Returns:

  • (Object)

    the current value of include_in_open_data



761
762
763
# File 'lib/decidim/core.rb', line 761

def include_in_open_data
  @include_in_open_data
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



761
762
763
# File 'lib/decidim/core.rb', line 761

def name
  @name
end

#serializerObject (readonly)

Returns the value of attribute serializer

Returns:

  • (Object)

    the current value of serializer



761
762
763
# File 'lib/decidim/core.rb', line 761

def serializer
  @serializer
end