Class: ModeratorController::VoteData

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

Instance Attribute Summary collapse

Instance Attribute Details

#castObject

Returns the value of attribute cast

Returns:

  • (Object)

    the current value of cast



51
52
53
# File 'app/controllers/moderator_controller.rb', line 51

def cast
  @cast
end

#receivedObject

Returns the value of attribute received

Returns:

  • (Object)

    the current value of received



51
52
53
# File 'app/controllers/moderator_controller.rb', line 51

def received
  @received
end