Module: StormgateWorld
- Defined in:
- lib/stormgate_world/version.rb,
lib/stormgate_world.rb,
lib/stormgate_world/api_error.rb,
lib/stormgate_world/api_client.rb,
lib/stormgate_world/models/race.rb,
lib/stormgate_world/configuration.rb,
lib/stormgate_world/models/league.rb,
lib/stormgate_world/api/matches_api.rb,
lib/stormgate_world/api/players_api.rb,
lib/stormgate_world/models/resolution.rb,
lib/stormgate_world/api/statistics_api.rb,
lib/stormgate_world/models/aggregation.rb,
lib/stormgate_world/models/dump_format.rb,
lib/stormgate_world/models/leaderboard.rb,
lib/stormgate_world/models/match_state.rb,
lib/stormgate_world/models/match_result.rb,
lib/stormgate_world/api/leaderboards_api.rb,
lib/stormgate_world/models/stats_by_time.rb,
lib/stormgate_world/models/error_response.rb,
lib/stormgate_world/models/match_response.rb,
lib/stormgate_world/models/player_response.rb,
lib/stormgate_world/models/profile_privacy.rb,
lib/stormgate_world/models/matches_response.rb,
lib/stormgate_world/models/leaderboard_order.rb,
lib/stormgate_world/models/player_preferences.rb,
lib/stormgate_world/models/player_stats_entry.rb,
lib/stormgate_world/models/servers_statistics.rb,
lib/stormgate_world/models/activity_statistics.rb,
lib/stormgate_world/models/stats_by_time_entry.rb,
lib/stormgate_world/api/leaderboard_entries_api.rb,
lib/stormgate_world/models/countries_statistics.rb,
lib/stormgate_world/models/leaderboard_response.rb,
lib/stormgate_world/models/player_activity_stats.rb,
lib/stormgate_world/models/player_matchups_stats.rb,
lib/stormgate_world/models/player_opponents_stats.rb,
lib/stormgate_world/models/player_matches_response.rb,
lib/stormgate_world/models/servers_statistics_entry.rb,
lib/stormgate_world/models/activity_statistics_entry.rb,
lib/stormgate_world/models/leaderboard_dump_response.rb,
lib/stormgate_world/models/leaderboard_entry_history.rb,
lib/stormgate_world/models/countries_statistics_entry.rb,
lib/stormgate_world/models/leaderboard_entry_response.rb,
lib/stormgate_world/models/match_participant_response.rb,
lib/stormgate_world/models/player_activity_stats_race.rb,
lib/stormgate_world/models/stats_by_time_match_length.rb,
lib/stormgate_world/models/player_matchups_stats_entry.rb,
lib/stormgate_world/models/stats_by_time_history_point.rb,
lib/stormgate_world/models/activity_statistics_activity.rb,
lib/stormgate_world/models/leaderboard_entry_history_row.rb,
lib/stormgate_world/models/player_matchups_stats_matchup.rb,
lib/stormgate_world/models/player_stats_entry_aggregated.rb,
lib/stormgate_world/models/leaderboard_entry_history_entry.rb,
lib/stormgate_world/models/player_opponents_stats_opponent.rb,
lib/stormgate_world/models/player_stats_entry_num_breakdown.rb,
lib/stormgate_world/models/stats_by_time_match_length_entry.rb,
lib/stormgate_world/models/match_participant_player_response.rb,
lib/stormgate_world/models/match_participant_player_leaderboard_entry_response.rb
Overview
#api
#No description provided (generated by Openapi Generator github.com/openapitools/openapi-generator)
The version of the OpenAPI document: 0.1.1
Generated by: openapi-generator.tech OpenAPI Generator version: 7.3.0
Defined Under Namespace
Classes: ActivityStatistics, ActivityStatisticsActivity, ActivityStatisticsEntry, Aggregation, ApiClient, ApiError, Configuration, CountriesStatistics, CountriesStatisticsEntry, DumpFormat, ErrorResponse, Leaderboard, LeaderboardDumpResponse, LeaderboardEntriesApi, LeaderboardEntryHistory, LeaderboardEntryHistoryEntry, LeaderboardEntryHistoryRow, LeaderboardEntryResponse, LeaderboardOrder, LeaderboardResponse, LeaderboardsApi, League, MatchParticipantPlayerLeaderboardEntryResponse, MatchParticipantPlayerResponse, MatchParticipantResponse, MatchResponse, MatchResult, MatchState, MatchesApi, MatchesResponse, PlayerActivityStats, PlayerActivityStatsRace, PlayerMatchesResponse, PlayerMatchupsStats, PlayerMatchupsStatsEntry, PlayerMatchupsStatsMatchup, PlayerOpponentsStats, PlayerOpponentsStatsOpponent, PlayerPreferences, PlayerResponse, PlayerStatsEntry, PlayerStatsEntryAggregated, PlayerStatsEntryNumBreakdown, PlayersApi, ProfilePrivacy, Race, Resolution, ServersStatistics, ServersStatisticsEntry, StatisticsApi, StatsByTime, StatsByTimeEntry, StatsByTimeHistoryPoint, StatsByTimeMatchLength, StatsByTimeMatchLengthEntry
Constant Summary collapse
- VERSION =
'1.1.0'
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.
StormgateWorld.configure do |config|
config.username = "xxx"
config.password = "xxx"
end
If no block given, return the default Configuration object.
81 82 83 84 85 86 87 |
# File 'lib/stormgate_world.rb', line 81 def configure if block_given? yield(Configuration.default) else Configuration.default end end |