Class: ModeratorController::VoteSummary
- Inherits:
-
Struct
- Object
- Struct
- ModeratorController::VoteSummary
- Defined in:
- app/controllers/moderator_controller.rb
Instance Attribute Summary collapse
-
#breakdown ⇒ Object
Returns the value of attribute breakdown.
-
#total ⇒ Object
Returns the value of attribute total.
-
#types ⇒ Object
Returns the value of attribute types.
Instance Attribute Details
#breakdown ⇒ Object
Returns the value of attribute breakdown
52 53 54 |
# File 'app/controllers/moderator_controller.rb', line 52 def breakdown @breakdown end |
#total ⇒ Object
Returns the value of attribute total
52 53 54 |
# File 'app/controllers/moderator_controller.rb', line 52 def total @total end |
#types ⇒ Object
Returns the value of attribute types
52 53 54 |
# File 'app/controllers/moderator_controller.rb', line 52 def types @types end |