Class: ModeratorController::VoteSummary
- Inherits:
-
Struct
- Object
- Struct
- ModeratorController::VoteSummary
- Defined in:
- /var/apps/qpixel/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
54 55 56 |
# File '/var/apps/qpixel/app/controllers/moderator_controller.rb', line 54 def breakdown @breakdown end |
#total ⇒ Object
Returns the value of attribute total
54 55 56 |
# File '/var/apps/qpixel/app/controllers/moderator_controller.rb', line 54 def total @total end |
#types ⇒ Object
Returns the value of attribute types
54 55 56 |
# File '/var/apps/qpixel/app/controllers/moderator_controller.rb', line 54 def types @types end |