class Caliper::Entities::Response::MultipleChoiceResponse

Attributes

values[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/caliper/entities/response/multiple_choice_response.rb, line 31
                      def initialize
super
                              @type = Caliper::Entities::Response::ResponseType::MULTIPLECHOICE
                      end