Module: TypeformData

Defined in:
lib/typeform_data/api_response.rb,
lib/typeform_data/utils.rb,
lib/typeform_data/client.rb,
lib/typeform_data/config.rb,
lib/typeform_data/errors.rb,
lib/typeform_data/version.rb,
lib/typeform_data/typeform.rb,
lib/typeform_data/requestor.rb,
lib/typeform_data/value_class.rb,
lib/typeform_data/typeform/by_id.rb,
lib/typeform_data/typeform/field.rb,
lib/typeform_data/typeform/stats.rb,
lib/typeform_data/typeform/answer.rb,
lib/typeform_data/typeform/question.rb,
lib/typeform_data/typeform/response.rb,
lib/typeform_data/comparable_by_id_and_config.rb

Overview

As the code says, we’re using a simple decorator/delegator here to signal intent to possibly modify the TypeformData::ApiResponse API.

Defined Under Namespace

Modules: ComparableByIdAndConfig, Errors, Requestor, Utils, ValueClass Classes: ApiResponse, ArgumentError, BadRequest, Client, Config, Error, InvalidApiKey, InvalidEndpointOrMissingResource, TransientResponseError, Typeform, UnexpectedError, UnexpectedHttpError, UnexpectedHttpResponse

Constant Summary collapse

VERSION =
'5.0.0'