Class: Decidim::Attributes::Model

Inherits:
Object
  • Object
show all
Defined in:
decidim-core/lib/decidim/attributes/model.rb

Overview

Custom attributes value to represent a Model.

Instance Attribute Summary

Attributes inherited from Object

#primitive

Instance Method Summary collapse

Methods inherited from Object

#initialize, #validate_nested?

Constructor Details

This class inherits a constructor from Decidim::Attributes::Object

Instance Method Details

#typeObject

:nodoc:



7
8
9
# File 'decidim-core/lib/decidim/attributes/model.rb', line 7

def type # :nodoc:
  :model
end