Module: BtTest

Defined in:
lib/bt_test/version.rb,
lib/bt_test.rb,
lib/bt_test/api_error.rb,
lib/bt_test/models/me.rb,
lib/bt_test/api_client.rb,
lib/bt_test/models/goal.rb,
lib/bt_test/models/team.rb,
lib/bt_test/configuration.rb,
lib/bt_test/models/me_data.rb,
lib/bt_test/models/project.rb,
lib/bt_test/api/platform_api.rb,
lib/bt_test/models/goal_data.rb,
lib/bt_test/models/team_data.rb,
lib/bt_test/models/project_data.rb,
lib/bt_test/models/projects_tag.rb,
lib/bt_test/models/projects_tag_data.rb,
lib/bt_test/models/me_data_attributes.rb,
lib/bt_test/models/create_goal_request.rb,
lib/bt_test/models/create_team_request.rb,
lib/bt_test/models/goal_data_attributes.rb,
lib/bt_test/models/team_data_attributes.rb,
lib/bt_test/models/me_data_relationships.rb,
lib/bt_test/models/create_project_request.rb,
lib/bt_test/models/goal_data_relationships.rb,
lib/bt_test/models/project_data_attributes.rb,
lib/bt_test/models/team_data_relationships.rb,
lib/bt_test/models/project_data_relationships.rb,
lib/bt_test/models/webhooks_outgoing_delivery.rb,
lib/bt_test/models/webhooks_outgoing_endpoint.rb,
lib/bt_test/models/create_projects_tag_request.rb,
lib/bt_test/models/projects_tag_data_attributes.rb,
lib/bt_test/models/project_data_relationships_tags.rb,
lib/bt_test/models/projects_tag_data_relationships.rb,
lib/bt_test/models/webhooks_outgoing_delivery_data.rb,
lib/bt_test/models/webhooks_outgoing_endpoint_data.rb,
lib/bt_test/models/webhooks_outgoing_delivery_attempt.rb,
lib/bt_test/models/projects_tag_data_relationships_team.rb,
lib/bt_test/models/webhooks_outgoing_delivery_attempt_data.rb,
lib/bt_test/models/create_webhooks_outgoing_endpoint_request.rb,
lib/bt_test/models/projects_tag_data_relationships_team_data.rb,
lib/bt_test/models/webhooks_outgoing_delivery_data_attributes.rb,
lib/bt_test/models/webhooks_outgoing_endpoint_data_attributes.rb,
lib/bt_test/models/webhooks_outgoing_delivery_data_relationships.rb,
lib/bt_test/models/webhooks_outgoing_endpoint_data_relationships.rb,
lib/bt_test/models/scaffolding_completely_concrete_tangible_thing.rb,
lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept.rb,
lib/bt_test/models/webhooks_outgoing_delivery_attempt_data_attributes.rb,
lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data.rb,
lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data.rb,
lib/bt_test/models/webhooks_outgoing_delivery_attempt_data_relationships.rb,
lib/bt_test/models/update_scaffolding_completely_concrete_tangible_thing_request.rb,
lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data_attributes.rb,
lib/bt_test/models/create_scaffolding_absolutely_abstract_creative_concept_request.rb,
lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data_attributes.rb,
lib/bt_test/models/scaffolding_completely_concrete_tangible_thing_data_relationships.rb,
lib/bt_test/models/scaffolding_absolutely_abstract_creative_concept_data_relationships.rb

Overview

#BT Test

#You can update this description in ‘config/locales/en/application.en.yml`.

The version of the OpenAPI document: 1.0

Generated by: openapi-generator.tech OpenAPI Generator version: 6.0.0

Defined Under Namespace

Classes: ApiClient, ApiError, Configuration, CreateGoalRequest, CreateProjectRequest, CreateProjectsTagRequest, CreateScaffoldingAbsolutelyAbstractCreativeConceptRequest, CreateTeamRequest, CreateWebhooksOutgoingEndpointRequest, Goal, GoalData, GoalDataAttributes, GoalDataRelationships, Me, MeData, MeDataAttributes, MeDataRelationships, PlatformApi, Project, ProjectData, ProjectDataAttributes, ProjectDataRelationships, ProjectDataRelationshipsTags, ProjectsTag, ProjectsTagData, ProjectsTagDataAttributes, ProjectsTagDataRelationships, ProjectsTagDataRelationshipsTeam, ProjectsTagDataRelationshipsTeamData, ScaffoldingAbsolutelyAbstractCreativeConcept, ScaffoldingAbsolutelyAbstractCreativeConceptData, ScaffoldingAbsolutelyAbstractCreativeConceptDataAttributes, ScaffoldingAbsolutelyAbstractCreativeConceptDataRelationships, ScaffoldingCompletelyConcreteTangibleThing, ScaffoldingCompletelyConcreteTangibleThingData, ScaffoldingCompletelyConcreteTangibleThingDataAttributes, ScaffoldingCompletelyConcreteTangibleThingDataRelationships, Team, TeamData, TeamDataAttributes, TeamDataRelationships, UpdateScaffoldingCompletelyConcreteTangibleThingRequest, WebhooksOutgoingDelivery, WebhooksOutgoingDeliveryAttempt, WebhooksOutgoingDeliveryAttemptData, WebhooksOutgoingDeliveryAttemptDataAttributes, WebhooksOutgoingDeliveryAttemptDataRelationships, WebhooksOutgoingDeliveryData, WebhooksOutgoingDeliveryDataAttributes, WebhooksOutgoingDeliveryDataRelationships, WebhooksOutgoingEndpoint, WebhooksOutgoingEndpointData, WebhooksOutgoingEndpointDataAttributes, WebhooksOutgoingEndpointDataRelationships

Constant Summary collapse

VERSION =
'3.0.3'

Class Method Summary collapse

Class Method Details

.configureObject

Customize default settings for the SDK using block.

BtTest.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.



82
83
84
85
86
87
88
# File 'lib/bt_test.rb', line 82

def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end