Module: Decidim::Core::AuthorInterface
- Includes:
 - Api::Types::BaseInterface
 
- Defined in:
 - lib/decidim/api/interfaces/author_interface.rb
 
Overview
This interface represents an author who owns a resource.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#organization_name ⇒ Object
      20 21 22  | 
    
      # File 'lib/decidim/api/interfaces/author_interface.rb', line 20 def organization_name object.organization.name end  |