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