class Caliper::Entities::Response::MultipleResponseResponse

Attributes

values[RW]

Public Class Methods

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