class Caliper::Entities::Response::SelectTextResponse
Attributes
values[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
Caliper::Entities::Response::Response::new
# File lib/caliper/entities/response/select_type_response.rb, line 32 def initialize super @type = Caliper::Entities::Response::ResponseType::SELECTTEXT end