Class: Caliper::Entities::Response::SelectTextResponse

Inherits:
Response show all
Defined in:
lib/caliper/entities/response/select_type_response.rb

Instance Attribute Summary collapse

Attributes inherited from Response

#actor, #assignable, #attempt, #duration, #endedAtTime, #startedAtTime

Attributes inherited from EntityBase

#dateCreated, #dateModified, #description, #extensions, #name

Attributes inherited from Entity

#context, #id, #type

Instance Method Summary collapse

Methods included from Jsonable

#eql?, #from_json, included, #to_json

Constructor Details

#initializeSelectTextResponse

Returns a new instance of SelectTextResponse.



32
33
34
35
# File 'lib/caliper/entities/response/select_type_response.rb', line 32

def initialize
  super
					@type = Caliper::Entities::Response::ResponseType::SELECTTEXT
end

Instance Attribute Details

#valuesObject

Returns the value of attribute values.



30
31
32
# File 'lib/caliper/entities/response/select_type_response.rb', line 30

def values
  @values
end