Class: Decidim::Attributes::Symbol
- Inherits:
 - 
      ActiveModel::Type::Value
      
        
- Object
 - ActiveModel::Type::Value
 - Decidim::Attributes::Symbol
 
 
- Defined in:
 - lib/decidim/attributes/symbol.rb
 
Overview
Custom attributes value to represent a Symbol.
Instance Method Summary collapse
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
:nodoc:.
 
Instance Method Details
#type ⇒ Object
:nodoc:
      7 8 9  | 
    
      # File 'lib/decidim/attributes/symbol.rb', line 7 def type # :nodoc: :symbol end  |