Class: ModeratorController::VoteSummary

Inherits:
Struct
  • Object
show all
Defined in:
/var/apps/qpixel/app/controllers/moderator_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#breakdownObject

Returns the value of attribute breakdown

Returns:

  • (Object)

    the current value of breakdown



54
55
56
# File '/var/apps/qpixel/app/controllers/moderator_controller.rb', line 54

def breakdown
  @breakdown
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



54
55
56
# File '/var/apps/qpixel/app/controllers/moderator_controller.rb', line 54

def total
  @total
end

#typesObject

Returns the value of attribute types

Returns:

  • (Object)

    the current value of types



54
55
56
# File '/var/apps/qpixel/app/controllers/moderator_controller.rb', line 54

def types
  @types
end