Module: BulletTrainTest
- Defined in:
- lib/bullet_train_test/version.rb,
lib/bullet_train_test.rb,
lib/bullet_train_test/api_error.rb,
lib/bullet_train_test/api/me_api.rb,
lib/bullet_train_test/api_client.rb,
lib/bullet_train_test/api/goals_api.rb,
lib/bullet_train_test/api/teams_api.rb,
lib/bullet_train_test/configuration.rb,
lib/bullet_train_test/api/projects_api.rb,
lib/bullet_train_test/models/api_v1_goal_serializer.rb,
lib/bullet_train_test/models/api_v1_team_serializer.rb,
lib/bullet_train_test/models/api_v1_project_serializer.rb,
lib/bullet_train_test/models/api_v1_goal_serializer_data.rb,
lib/bullet_train_test/models/api_v1_team_serializer_data.rb,
lib/bullet_train_test/models/api_v1_project_serializer_data.rb,
lib/bullet_train_test/models/api_v1_projects_tag_serializer.rb,
lib/bullet_train_test/models/api_v1_projects_tag_serializer_data.rb,
lib/bullet_train_test/models/api_v1_goal_serializer_data_attributes.rb,
lib/bullet_train_test/models/api_v1_team_serializer_data_attributes.rb,
lib/bullet_train_test/models/api_v1_goal_serializer_data_relationships.rb,
lib/bullet_train_test/models/api_v1_project_serializer_data_attributes.rb,
lib/bullet_train_test/models/api_v1_team_serializer_data_relationships.rb,
lib/bullet_train_test/models/api_v1_projects_tag_serializer_data_attributes.rb,
lib/bullet_train_test/models/api_v1_projects_tag_serializer_data_relationships.rb,
lib/bullet_train_test/models/api_v1_projects_tag_serializer_data_relationships_team.rb,
lib/bullet_train_test/models/api_v1_projects_tag_serializer_data_relationships_team_data.rb,
lib/bullet_train_test/models/api_v1_team_serializer_data_relationships_scaffolding_absolutely_abstract_creative_concepts.rb
Overview
#Bullet Train 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: 5.3.0
Defined Under Namespace
Classes: ApiClient, ApiError, ApiV1GoalSerializer, ApiV1GoalSerializerData, ApiV1GoalSerializerDataAttributes, ApiV1GoalSerializerDataRelationships, ApiV1ProjectSerializer, ApiV1ProjectSerializerData, ApiV1ProjectSerializerDataAttributes, ApiV1ProjectsTagSerializer, ApiV1ProjectsTagSerializerData, ApiV1ProjectsTagSerializerDataAttributes, ApiV1ProjectsTagSerializerDataRelationships, ApiV1ProjectsTagSerializerDataRelationshipsTeam, ApiV1ProjectsTagSerializerDataRelationshipsTeamData, ApiV1TeamSerializer, ApiV1TeamSerializerData, ApiV1TeamSerializerDataAttributes, ApiV1TeamSerializerDataRelationships, ApiV1TeamSerializerDataRelationshipsScaffoldingAbsolutelyAbstractCreativeConcepts, Configuration, GoalsApi, MeApi, ProjectsApi, TeamsApi
Constant Summary collapse
- VERSION =
'1.0.7'
Class Method Summary collapse
-
.configure ⇒ Object
Customize default settings for the SDK using block.
Class Method Details
.configure ⇒ Object
Customize default settings for the SDK using block.
BulletTrainTest.configure do |config|
config.username = "xxx"
config.password = "xxx"
end
If no block given, return the default Configuration object.
53 54 55 56 57 58 59 |
# File 'lib/bullet_train_test.rb', line 53 def configure if block_given? yield(Configuration.default) else Configuration.default end end |