class Caliper::Entities::Response::FillinBlankResponse

Attributes

values[RW]

Public Class Methods

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