Class: Decidim::Attributes::Model
- Defined in:
 - lib/decidim/attributes/model.rb
 
Overview
Custom attributes value to represent a Model.
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
:nodoc:.
 
Methods inherited from Object
#initialize, #validate_nested?
Constructor Details
This class inherits a constructor from Decidim::Attributes::Object
Instance Method Details
#type ⇒ Object
:nodoc:
      7 8 9  | 
    
      # File 'lib/decidim/attributes/model.rb', line 7 def type # :nodoc: :model end  |