Class: Decidim::Conferences::ConferenceRegistrationsOverPercentageEvent
- Inherits:
 - 
      Events::SimpleEvent
      
        
- Object
 - Events::SimpleEvent
 - Decidim::Conferences::ConferenceRegistrationsOverPercentageEvent
 
 
- Defined in:
 - app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
 
Instance Method Summary collapse
Instance Method Details
#percentage ⇒ Object
      8 9 10  | 
    
      # File 'app/events/decidim/conferences/conference_registrations_over_percentage_event.rb', line 8 def percentage extra["percentage"] * 100 end  |