class Caliper::Entities::Response::TrueFalseResponse

Attributes

values[RW]

Public Class Methods

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