class Caliper::Entities::Response::SelectTextResponse

Attributes

values[RW]

Public Class Methods

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