Module: Quake::Timesheets

Defined in:
lib/quake_timesheets_client/configuration.rb,
lib/quake_timesheets_client/models/create_approval_types_input.rb,
lib/quake_timesheets_client/models/create_approvals_input.rb,
lib/quake_timesheets_client/models/create_datasets_input.rb,
lib/quake_timesheets_client/models/update_entries_input.rb,
lib/quake_timesheets_client/models/create_entries_input.rb,
lib/quake_timesheets_client/models/create_people_input.rb,
lib/quake_timesheets_client/api/approval_types_api.rb,
lib/quake_timesheets_client/models/approval_type.rb,
lib/quake_timesheets_client/api/approvals_api.rb,
lib/quake_timesheets_client/api/datasets_api.rb,
lib/quake_timesheets_client/models/approval.rb,
lib/quake_timesheets_client/api/entries_api.rb,
lib/quake_timesheets_client/models/dataset.rb,
lib/quake_timesheets_client/api/people_api.rb,
lib/quake_timesheets_client/models/person.rb,
lib/quake_timesheets_client/models/entry.rb,
lib/quake_timesheets_client/api_client.rb,
lib/quake_timesheets_client/api_error.rb,
lib/quake_timesheets_client/version.rb,
lib/quake_timesheets_client.rb

Overview

#TimesheetsApi (params in:body)

# <p>Another API description</p>

The version of the OpenAPI document: 1.0

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

Defined Under Namespace

Classes: ApiClient, ApiError, Approval, ApprovalType, ApprovalTypesApi, ApprovalsApi, Configuration, CreateApprovalTypesInput, CreateApprovalsInput, CreateDatasetsInput, CreateEntriesInput, CreatePeopleInput, Dataset, DatasetsApi, EntriesApi, Entry, PeopleApi, Person, UpdateEntriesInput

Constant Summary collapse

VERSION =
'0.1.5'

Class Method Summary collapse

Class Method Details

.configureObject

Customize default settings for the SDK using block.

Quake::Timesheets.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.



56
57
58
59
60
61
62
# File 'lib/quake_timesheets_client.rb', line 56

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