ruby-esi 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +6 -21
- data/config.json +9 -0
- data/docs/AllianceApi.md +1 -1
- data/docs/CalendarApi.md +2 -2
- data/docs/CharacterApi.md +14 -75
- data/docs/ClonesApi.md +2 -2
- data/docs/CorporationApi.md +25 -25
- data/docs/FactionWarfareApi.md +1 -1
- data/docs/FleetsApi.md +8 -8
- data/docs/{PostCharactersAffiliationNotFound.md → GetCharactersCharacterIdAssetsNotFound.md} +2 -2
- data/docs/GetCharactersCharacterIdOk.md +0 -1
- data/docs/GetCorporationsCorporationIdStructures200Ok.md +2 -3
- data/docs/InsuranceApi.md +4 -4
- data/docs/MarketApi.md +4 -4
- data/docs/OpportunitiesApi.md +4 -4
- data/docs/PlanetaryInteractionApi.md +1 -3
- data/docs/SearchApi.md +8 -8
- data/docs/StatusApi.md +1 -1
- data/docs/UniverseApi.md +63 -63
- data/docs/WalletApi.md +1 -1
- data/lib/ruby-esi/api/alliance_api.rb +4 -4
- data/lib/ruby-esi/api/assets_api.rb +2 -2
- data/lib/ruby-esi/api/bookmarks_api.rb +2 -2
- data/lib/ruby-esi/api/calendar_api.rb +6 -6
- data/lib/ruby-esi/api/character_api.rb +30 -100
- data/lib/ruby-esi/api/clones_api.rb +6 -6
- data/lib/ruby-esi/api/contacts_api.rb +2 -2
- data/lib/ruby-esi/api/contracts_api.rb +2 -2
- data/lib/ruby-esi/api/corporation_api.rb +50 -50
- data/lib/ruby-esi/api/dogma_api.rb +2 -2
- data/lib/ruby-esi/api/faction_warfare_api.rb +4 -4
- data/lib/ruby-esi/api/fittings_api.rb +2 -2
- data/lib/ruby-esi/api/fleets_api.rb +14 -14
- data/lib/ruby-esi/api/incursions_api.rb +2 -2
- data/lib/ruby-esi/api/industry_api.rb +2 -2
- data/lib/ruby-esi/api/insurance_api.rb +8 -8
- data/lib/ruby-esi/api/killmails_api.rb +2 -2
- data/lib/ruby-esi/api/location_api.rb +2 -2
- data/lib/ruby-esi/api/loyalty_api.rb +2 -2
- data/lib/ruby-esi/api/mail_api.rb +2 -2
- data/lib/ruby-esi/api/market_api.rb +8 -8
- data/lib/ruby-esi/api/opportunities_api.rb +8 -8
- data/lib/ruby-esi/api/planetary_interaction_api.rb +4 -7
- data/lib/ruby-esi/api/routes_api.rb +2 -2
- data/lib/ruby-esi/api/search_api.rb +14 -14
- data/lib/ruby-esi/api/skills_api.rb +2 -2
- data/lib/ruby-esi/api/sovereignty_api.rb +2 -2
- data/lib/ruby-esi/api/status_api.rb +4 -4
- data/lib/ruby-esi/api/universe_api.rb +106 -106
- data/lib/ruby-esi/api/user_interface_api.rb +2 -2
- data/lib/ruby-esi/api/wallet_api.rb +4 -4
- data/lib/ruby-esi/api/wars_api.rb +2 -2
- data/lib/ruby-esi/api_client.rb +5 -5
- data/lib/ruby-esi/api_error.rb +2 -2
- data/lib/ruby-esi/configuration.rb +4 -4
- data/lib/ruby-esi/models/bad_request.rb +2 -2
- data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/error_limited.rb +2 -2
- data/lib/ruby-esi/models/forbidden.rb +2 -2
- data/lib/ruby-esi/models/gateway_timeout.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +2 -2
- data/lib/ruby-esi/models/{post_characters_affiliation_not_found.rb → get_characters_character_id_assets_not_found.rb} +5 -5
- data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_ok.rb +3 -13
- data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +19 -86
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +4 -4
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +2 -2
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +2 -2
- data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_stats_kills.rb +2 -2
- data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +2 -2
- data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_incursions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +2 -2
- data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_insurance_prices_level.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +2 -2
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +2 -2
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_search_ok.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_status_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_races_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +2 -2
- data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_ally.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_defender.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_ok.rb +2 -2
- data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/internal_server_error.rb +2 -2
- data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +2 -2
- data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +2 -2
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +2 -2
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +2 -2
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_agent.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_alliance.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_character.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_constellation.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_corporation.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_faction.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_ok.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_region.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_station.rb +2 -2
- data/lib/ruby-esi/models/post_universe_ids_system.rb +2 -2
- data/lib/ruby-esi/models/post_universe_names_200_ok.rb +2 -2
- data/lib/ruby-esi/models/post_universe_names_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +2 -2
- data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +2 -2
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +2 -2
- data/lib/ruby-esi/models/service_unavailable.rb +2 -2
- data/lib/ruby-esi/models/unauthorized.rb +2 -2
- data/lib/ruby-esi/version.rb +3 -3
- data/lib/ruby-esi.rb +3 -16
- data/ruby-esi.gemspec +3 -2
- data/spec/api/alliance_api_spec.rb +3 -3
- data/spec/api/assets_api_spec.rb +2 -2
- data/spec/api/bookmarks_api_spec.rb +2 -2
- data/spec/api/calendar_api_spec.rb +4 -4
- data/spec/api/character_api_spec.rb +16 -31
- data/spec/api/clones_api_spec.rb +4 -4
- data/spec/api/contacts_api_spec.rb +2 -2
- data/spec/api/contracts_api_spec.rb +2 -2
- data/spec/api/corporation_api_spec.rb +23 -23
- data/spec/api/dogma_api_spec.rb +2 -2
- data/spec/api/faction_warfare_api_spec.rb +3 -3
- data/spec/api/fittings_api_spec.rb +2 -2
- data/spec/api/fleets_api_spec.rb +2 -2
- data/spec/api/incursions_api_spec.rb +2 -2
- data/spec/api/industry_api_spec.rb +2 -2
- data/spec/api/insurance_api_spec.rb +2 -2
- data/spec/api/killmails_api_spec.rb +2 -2
- data/spec/api/location_api_spec.rb +2 -2
- data/spec/api/loyalty_api_spec.rb +2 -2
- data/spec/api/mail_api_spec.rb +2 -2
- data/spec/api/market_api_spec.rb +2 -2
- data/spec/api/opportunities_api_spec.rb +2 -2
- data/spec/api/planetary_interaction_api_spec.rb +3 -4
- data/spec/api/routes_api_spec.rb +2 -2
- data/spec/api/search_api_spec.rb +2 -2
- data/spec/api/skills_api_spec.rb +2 -2
- data/spec/api/sovereignty_api_spec.rb +2 -2
- data/spec/api/status_api_spec.rb +3 -3
- data/spec/api/universe_api_spec.rb +21 -21
- data/spec/api/user_interface_api_spec.rb +2 -2
- data/spec/api/wallet_api_spec.rb +3 -3
- data/spec/api/wars_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/bad_request_spec.rb +2 -2
- data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +2 -2
- data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +2 -2
- data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +2 -2
- data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +2 -2
- data/spec/models/error_limited_spec.rb +2 -2
- data/spec/models/forbidden_spec.rb +2 -2
- data/spec/models/gateway_timeout_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_not_found_spec.rb +2 -2
- data/spec/models/get_alliances_alliance_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +2 -2
- data/spec/models/{post_characters_affiliation_not_found_spec.rb → get_characters_character_id_assets_not_found_spec.rb} +8 -8
- data/spec/models/get_characters_character_id_attributes_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_clones_home_location_spec.rb +2 -2
- data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +2 -2
- data/spec/models/get_characters_character_id_clones_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fittings_item_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fleet_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +2 -2
- data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_location_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mail_recipient_spec.rb +2 -2
- data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_medals_graphic_spec.rb +2 -2
- data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +3 -3
- data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_ok_spec.rb +2 -8
- data/spec/models/get_characters_character_id_online_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +2 -2
- data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +2 -2
- data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +2 -2
- data/spec/models/get_characters_character_id_portrait_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_roles_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_search_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_ship_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_skills_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_skills_skill_spec.rb +2 -2
- data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +2 -2
- data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +3 -3
- data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +2 -2
- data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +2 -2
- data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +2 -2
- data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +2 -2
- data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +2 -2
- data/spec/models/get_contracts_public_region_id_not_found_spec.rb +2 -2
- data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +2 -2
- data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +2 -2
- data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_not_found_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +5 -11
- data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +2 -2
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +3 -3
- data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +2 -2
- data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +2 -2
- data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +2 -2
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +2 -2
- data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +2 -2
- data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +2 -2
- data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_not_found_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +2 -2
- data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_kills_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_ok_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +2 -2
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +2 -2
- data/spec/models/get_fw_stats_200_ok_spec.rb +2 -2
- data/spec/models/get_fw_stats_kills_spec.rb +2 -2
- data/spec/models/get_fw_stats_victory_points_spec.rb +2 -2
- data/spec/models/get_fw_systems_200_ok_spec.rb +2 -2
- data/spec/models/get_fw_wars_200_ok_spec.rb +2 -2
- data/spec/models/get_incursions_200_ok_spec.rb +2 -2
- data/spec/models/get_industry_facilities_200_ok_spec.rb +2 -2
- data/spec/models/get_industry_systems_200_ok_spec.rb +2 -2
- data/spec/models/get_industry_systems_cost_indice_spec.rb +2 -2
- data/spec/models/get_insurance_prices_200_ok_spec.rb +2 -2
- data/spec/models/get_insurance_prices_level_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +2 -2
- data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +2 -2
- data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +2 -2
- data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +2 -2
- data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +2 -2
- data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +2 -2
- data/spec/models/get_markets_prices_200_ok_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_200_ok_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_not_found_spec.rb +2 -2
- data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +2 -2
- data/spec/models/get_markets_region_id_orders_not_found_spec.rb +2 -2
- data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +2 -2
- data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +2 -2
- data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +2 -2
- data/spec/models/get_route_origin_destination_not_found_spec.rb +2 -2
- data/spec/models/get_search_ok_spec.rb +2 -2
- data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +2 -2
- data/spec/models/get_sovereignty_campaigns_participant_spec.rb +2 -2
- data/spec/models/get_sovereignty_map_200_ok_spec.rb +2 -2
- data/spec/models/get_sovereignty_structures_200_ok_spec.rb +2 -2
- data/spec/models/get_status_ok_spec.rb +2 -2
- data/spec/models/get_universe_ancestries_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +2 -2
- data/spec/models/get_universe_bloodlines_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_categories_category_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_categories_category_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +2 -2
- data/spec/models/get_universe_factions_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_groups_group_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_groups_group_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_moons_moon_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_moons_moon_id_position_spec.rb +2 -2
- data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_planets_planet_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_planets_planet_id_position_spec.rb +2 -2
- data/spec/models/get_universe_races_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_regions_region_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_regions_region_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +2 -2
- data/spec/models/get_universe_stars_star_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stations_station_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_stations_station_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_stations_station_id_position_spec.rb +2 -2
- data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_structures_structure_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_structures_structure_id_position_spec.rb +2 -2
- data/spec/models/get_universe_system_jumps_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_system_kills_200_ok_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_ok_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_planet_spec.rb +2 -2
- data/spec/models/get_universe_systems_system_id_position_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_not_found_spec.rb +2 -2
- data/spec/models/get_universe_types_type_id_ok_spec.rb +2 -2
- data/spec/models/get_wars_war_id_aggressor_spec.rb +2 -2
- data/spec/models/get_wars_war_id_ally_spec.rb +2 -2
- data/spec/models/get_wars_war_id_defender_spec.rb +2 -2
- data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +2 -2
- data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +2 -2
- data/spec/models/get_wars_war_id_ok_spec.rb +2 -2
- data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +2 -2
- data/spec/models/internal_server_error_spec.rb +2 -2
- data/spec/models/post_characters_affiliation_200_ok_spec.rb +2 -2
- data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +2 -2
- data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +2 -2
- data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +2 -2
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +2 -2
- data/spec/models/post_characters_character_id_fittings_created_spec.rb +2 -2
- data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +2 -2
- data/spec/models/post_characters_character_id_fittings_item_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_mail_spec.rb +2 -2
- data/spec/models/post_characters_character_id_mail_recipient_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +2 -2
- data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +2 -2
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +2 -2
- data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +2 -2
- data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +2 -2
- data/spec/models/post_universe_ids_agent_spec.rb +2 -2
- data/spec/models/post_universe_ids_alliance_spec.rb +2 -2
- data/spec/models/post_universe_ids_character_spec.rb +2 -2
- data/spec/models/post_universe_ids_constellation_spec.rb +2 -2
- data/spec/models/post_universe_ids_corporation_spec.rb +2 -2
- data/spec/models/post_universe_ids_faction_spec.rb +2 -2
- data/spec/models/post_universe_ids_inventory_type_spec.rb +2 -2
- data/spec/models/post_universe_ids_ok_spec.rb +2 -2
- data/spec/models/post_universe_ids_region_spec.rb +2 -2
- data/spec/models/post_universe_ids_station_spec.rb +2 -2
- data/spec/models/post_universe_ids_system_spec.rb +2 -2
- data/spec/models/post_universe_names_200_ok_spec.rb +2 -2
- data/spec/models/post_universe_names_not_found_spec.rb +2 -2
- data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +2 -2
- data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_not_found_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +2 -2
- data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +2 -2
- data/spec/models/service_unavailable_spec.rb +2 -2
- data/spec/models/unauthorized_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +372 -403
- data/docs/GetCharactersCharacterIdStats200Ok.md +0 -20
- data/docs/GetCharactersCharacterIdStatsCharacter.md +0 -10
- data/docs/GetCharactersCharacterIdStatsCombat.md +0 -101
- data/docs/GetCharactersCharacterIdStatsIndustry.md +0 -43
- data/docs/GetCharactersCharacterIdStatsInventory.md +0 -9
- data/docs/GetCharactersCharacterIdStatsIsk.md +0 -9
- data/docs/GetCharactersCharacterIdStatsMarket.md +0 -20
- data/docs/GetCharactersCharacterIdStatsMining.md +0 -26
- data/docs/GetCharactersCharacterIdStatsModule.md +0 -76
- data/docs/GetCharactersCharacterIdStatsOrbital.md +0 -10
- data/docs/GetCharactersCharacterIdStatsPve.md +0 -11
- data/docs/GetCharactersCharacterIdStatsSocial.md +0 -32
- data/docs/GetCharactersCharacterIdStatsTravel.md +0 -28
- data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +0 -299
- data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +0 -206
- data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +0 -1116
- data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +0 -536
- data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +0 -196
- data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +0 -196
- data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +0 -306
- data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +0 -366
- data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +0 -866
- data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +0 -206
- data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +0 -216
- data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +0 -426
- data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +0 -386
- data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +0 -113
- data/spec/models/get_characters_character_id_stats_character_spec.rb +0 -53
- data/spec/models/get_characters_character_id_stats_combat_spec.rb +0 -599
- data/spec/models/get_characters_character_id_stats_industry_spec.rb +0 -251
- data/spec/models/get_characters_character_id_stats_inventory_spec.rb +0 -47
- data/spec/models/get_characters_character_id_stats_isk_spec.rb +0 -47
- data/spec/models/get_characters_character_id_stats_market_spec.rb +0 -113
- data/spec/models/get_characters_character_id_stats_mining_spec.rb +0 -149
- data/spec/models/get_characters_character_id_stats_module_spec.rb +0 -449
- data/spec/models/get_characters_character_id_stats_orbital_spec.rb +0 -53
- data/spec/models/get_characters_character_id_stats_pve_spec.rb +0 -59
- data/spec/models/get_characters_character_id_stats_social_spec.rb +0 -185
- data/spec/models/get_characters_character_id_stats_travel_spec.rb +0 -161
@@ -1,206 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#EVE Swagger Interface
|
3
|
-
|
4
|
-
#An OpenAPI for EVE Online
|
5
|
-
|
6
|
-
OpenAPI spec version: 1.3.8
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.13
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module ESI
|
16
|
-
# orbital object
|
17
|
-
class GetCharactersCharacterIdStatsOrbital
|
18
|
-
# strike_characters_killed integer
|
19
|
-
attr_accessor :strike_characters_killed
|
20
|
-
|
21
|
-
# strike_damage_to_players_armor_amount integer
|
22
|
-
attr_accessor :strike_damage_to_players_armor_amount
|
23
|
-
|
24
|
-
# strike_damage_to_players_shield_amount integer
|
25
|
-
attr_accessor :strike_damage_to_players_shield_amount
|
26
|
-
|
27
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
28
|
-
def self.attribute_map
|
29
|
-
{
|
30
|
-
:'strike_characters_killed' => :'strike_characters_killed',
|
31
|
-
:'strike_damage_to_players_armor_amount' => :'strike_damage_to_players_armor_amount',
|
32
|
-
:'strike_damage_to_players_shield_amount' => :'strike_damage_to_players_shield_amount'
|
33
|
-
}
|
34
|
-
end
|
35
|
-
|
36
|
-
# Attribute type mapping.
|
37
|
-
def self.swagger_types
|
38
|
-
{
|
39
|
-
:'strike_characters_killed' => :'Integer',
|
40
|
-
:'strike_damage_to_players_armor_amount' => :'Integer',
|
41
|
-
:'strike_damage_to_players_shield_amount' => :'Integer'
|
42
|
-
}
|
43
|
-
end
|
44
|
-
|
45
|
-
# Initializes the object
|
46
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
47
|
-
def initialize(attributes = {})
|
48
|
-
return unless attributes.is_a?(Hash)
|
49
|
-
|
50
|
-
# convert string to symbol for hash key
|
51
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
52
|
-
|
53
|
-
if attributes.has_key?(:'strike_characters_killed')
|
54
|
-
self.strike_characters_killed = attributes[:'strike_characters_killed']
|
55
|
-
end
|
56
|
-
|
57
|
-
if attributes.has_key?(:'strike_damage_to_players_armor_amount')
|
58
|
-
self.strike_damage_to_players_armor_amount = attributes[:'strike_damage_to_players_armor_amount']
|
59
|
-
end
|
60
|
-
|
61
|
-
if attributes.has_key?(:'strike_damage_to_players_shield_amount')
|
62
|
-
self.strike_damage_to_players_shield_amount = attributes[:'strike_damage_to_players_shield_amount']
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
67
|
-
# @return Array for valid properties with the reasons
|
68
|
-
def list_invalid_properties
|
69
|
-
invalid_properties = Array.new
|
70
|
-
invalid_properties
|
71
|
-
end
|
72
|
-
|
73
|
-
# Check to see if the all the properties in the model are valid
|
74
|
-
# @return true if the model is valid
|
75
|
-
def valid?
|
76
|
-
true
|
77
|
-
end
|
78
|
-
|
79
|
-
# Checks equality by comparing each attribute.
|
80
|
-
# @param [Object] Object to be compared
|
81
|
-
def ==(o)
|
82
|
-
return true if self.equal?(o)
|
83
|
-
self.class == o.class &&
|
84
|
-
strike_characters_killed == o.strike_characters_killed &&
|
85
|
-
strike_damage_to_players_armor_amount == o.strike_damage_to_players_armor_amount &&
|
86
|
-
strike_damage_to_players_shield_amount == o.strike_damage_to_players_shield_amount
|
87
|
-
end
|
88
|
-
|
89
|
-
# @see the `==` method
|
90
|
-
# @param [Object] Object to be compared
|
91
|
-
def eql?(o)
|
92
|
-
self == o
|
93
|
-
end
|
94
|
-
|
95
|
-
# Calculates hash code according to all attributes.
|
96
|
-
# @return [Fixnum] Hash code
|
97
|
-
def hash
|
98
|
-
[strike_characters_killed, strike_damage_to_players_armor_amount, strike_damage_to_players_shield_amount].hash
|
99
|
-
end
|
100
|
-
|
101
|
-
# Builds the object from hash
|
102
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
103
|
-
# @return [Object] Returns the model itself
|
104
|
-
def build_from_hash(attributes)
|
105
|
-
return nil unless attributes.is_a?(Hash)
|
106
|
-
self.class.swagger_types.each_pair do |key, type|
|
107
|
-
if type =~ /\AArray<(.*)>/i
|
108
|
-
# check to ensure the input is an array given that the attribute
|
109
|
-
# is documented as an array but the input is not
|
110
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
111
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
112
|
-
end
|
113
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
114
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
115
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
116
|
-
end
|
117
|
-
|
118
|
-
self
|
119
|
-
end
|
120
|
-
|
121
|
-
# Deserializes the data based on type
|
122
|
-
# @param string type Data type
|
123
|
-
# @param string value Value to be deserialized
|
124
|
-
# @return [Object] Deserialized data
|
125
|
-
def _deserialize(type, value)
|
126
|
-
case type.to_sym
|
127
|
-
when :DateTime
|
128
|
-
DateTime.parse(value)
|
129
|
-
when :Date
|
130
|
-
Date.parse(value)
|
131
|
-
when :String
|
132
|
-
value.to_s
|
133
|
-
when :Integer
|
134
|
-
value.to_i
|
135
|
-
when :Float
|
136
|
-
value.to_f
|
137
|
-
when :BOOLEAN
|
138
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
139
|
-
true
|
140
|
-
else
|
141
|
-
false
|
142
|
-
end
|
143
|
-
when :Object
|
144
|
-
# generic object (usually a Hash), return directly
|
145
|
-
value
|
146
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
147
|
-
inner_type = Regexp.last_match[:inner_type]
|
148
|
-
value.map { |v| _deserialize(inner_type, v) }
|
149
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
150
|
-
k_type = Regexp.last_match[:k_type]
|
151
|
-
v_type = Regexp.last_match[:v_type]
|
152
|
-
{}.tap do |hash|
|
153
|
-
value.each do |k, v|
|
154
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
155
|
-
end
|
156
|
-
end
|
157
|
-
else # model
|
158
|
-
temp_model = ESI.const_get(type).new
|
159
|
-
temp_model.build_from_hash(value)
|
160
|
-
end
|
161
|
-
end
|
162
|
-
|
163
|
-
# Returns the string representation of the object
|
164
|
-
# @return [String] String presentation of the object
|
165
|
-
def to_s
|
166
|
-
to_hash.to_s
|
167
|
-
end
|
168
|
-
|
169
|
-
# to_body is an alias to to_hash (backward compatibility)
|
170
|
-
# @return [Hash] Returns the object in the form of hash
|
171
|
-
def to_body
|
172
|
-
to_hash
|
173
|
-
end
|
174
|
-
|
175
|
-
# Returns the object in the form of hash
|
176
|
-
# @return [Hash] Returns the object in the form of hash
|
177
|
-
def to_hash
|
178
|
-
hash = {}
|
179
|
-
self.class.attribute_map.each_pair do |attr, param|
|
180
|
-
value = self.send(attr)
|
181
|
-
next if value.nil?
|
182
|
-
hash[param] = _to_hash(value)
|
183
|
-
end
|
184
|
-
hash
|
185
|
-
end
|
186
|
-
|
187
|
-
# Outputs non-array value in the form of hash
|
188
|
-
# For object, use to_hash. Otherwise, just return the value
|
189
|
-
# @param [Object] value Any valid value
|
190
|
-
# @return [Hash] Returns the value in the form of hash
|
191
|
-
def _to_hash(value)
|
192
|
-
if value.is_a?(Array)
|
193
|
-
value.compact.map { |v| _to_hash(v) }
|
194
|
-
elsif value.is_a?(Hash)
|
195
|
-
{}.tap do |hash|
|
196
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
197
|
-
end
|
198
|
-
elsif value.respond_to? :to_hash
|
199
|
-
value.to_hash
|
200
|
-
else
|
201
|
-
value
|
202
|
-
end
|
203
|
-
end
|
204
|
-
|
205
|
-
end
|
206
|
-
end
|
@@ -1,216 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#EVE Swagger Interface
|
3
|
-
|
4
|
-
#An OpenAPI for EVE Online
|
5
|
-
|
6
|
-
OpenAPI spec version: 1.3.8
|
7
|
-
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.13
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module ESI
|
16
|
-
# pve object
|
17
|
-
class GetCharactersCharacterIdStatsPve
|
18
|
-
# dungeons_completed_agent integer
|
19
|
-
attr_accessor :dungeons_completed_agent
|
20
|
-
|
21
|
-
# dungeons_completed_distribution integer
|
22
|
-
attr_accessor :dungeons_completed_distribution
|
23
|
-
|
24
|
-
# missions_succeeded integer
|
25
|
-
attr_accessor :missions_succeeded
|
26
|
-
|
27
|
-
# missions_succeeded_epic_arc integer
|
28
|
-
attr_accessor :missions_succeeded_epic_arc
|
29
|
-
|
30
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
31
|
-
def self.attribute_map
|
32
|
-
{
|
33
|
-
:'dungeons_completed_agent' => :'dungeons_completed_agent',
|
34
|
-
:'dungeons_completed_distribution' => :'dungeons_completed_distribution',
|
35
|
-
:'missions_succeeded' => :'missions_succeeded',
|
36
|
-
:'missions_succeeded_epic_arc' => :'missions_succeeded_epic_arc'
|
37
|
-
}
|
38
|
-
end
|
39
|
-
|
40
|
-
# Attribute type mapping.
|
41
|
-
def self.swagger_types
|
42
|
-
{
|
43
|
-
:'dungeons_completed_agent' => :'Integer',
|
44
|
-
:'dungeons_completed_distribution' => :'Integer',
|
45
|
-
:'missions_succeeded' => :'Integer',
|
46
|
-
:'missions_succeeded_epic_arc' => :'Integer'
|
47
|
-
}
|
48
|
-
end
|
49
|
-
|
50
|
-
# Initializes the object
|
51
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
52
|
-
def initialize(attributes = {})
|
53
|
-
return unless attributes.is_a?(Hash)
|
54
|
-
|
55
|
-
# convert string to symbol for hash key
|
56
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
57
|
-
|
58
|
-
if attributes.has_key?(:'dungeons_completed_agent')
|
59
|
-
self.dungeons_completed_agent = attributes[:'dungeons_completed_agent']
|
60
|
-
end
|
61
|
-
|
62
|
-
if attributes.has_key?(:'dungeons_completed_distribution')
|
63
|
-
self.dungeons_completed_distribution = attributes[:'dungeons_completed_distribution']
|
64
|
-
end
|
65
|
-
|
66
|
-
if attributes.has_key?(:'missions_succeeded')
|
67
|
-
self.missions_succeeded = attributes[:'missions_succeeded']
|
68
|
-
end
|
69
|
-
|
70
|
-
if attributes.has_key?(:'missions_succeeded_epic_arc')
|
71
|
-
self.missions_succeeded_epic_arc = attributes[:'missions_succeeded_epic_arc']
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
76
|
-
# @return Array for valid properties with the reasons
|
77
|
-
def list_invalid_properties
|
78
|
-
invalid_properties = Array.new
|
79
|
-
invalid_properties
|
80
|
-
end
|
81
|
-
|
82
|
-
# Check to see if the all the properties in the model are valid
|
83
|
-
# @return true if the model is valid
|
84
|
-
def valid?
|
85
|
-
true
|
86
|
-
end
|
87
|
-
|
88
|
-
# Checks equality by comparing each attribute.
|
89
|
-
# @param [Object] Object to be compared
|
90
|
-
def ==(o)
|
91
|
-
return true if self.equal?(o)
|
92
|
-
self.class == o.class &&
|
93
|
-
dungeons_completed_agent == o.dungeons_completed_agent &&
|
94
|
-
dungeons_completed_distribution == o.dungeons_completed_distribution &&
|
95
|
-
missions_succeeded == o.missions_succeeded &&
|
96
|
-
missions_succeeded_epic_arc == o.missions_succeeded_epic_arc
|
97
|
-
end
|
98
|
-
|
99
|
-
# @see the `==` method
|
100
|
-
# @param [Object] Object to be compared
|
101
|
-
def eql?(o)
|
102
|
-
self == o
|
103
|
-
end
|
104
|
-
|
105
|
-
# Calculates hash code according to all attributes.
|
106
|
-
# @return [Fixnum] Hash code
|
107
|
-
def hash
|
108
|
-
[dungeons_completed_agent, dungeons_completed_distribution, missions_succeeded, missions_succeeded_epic_arc].hash
|
109
|
-
end
|
110
|
-
|
111
|
-
# Builds the object from hash
|
112
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
113
|
-
# @return [Object] Returns the model itself
|
114
|
-
def build_from_hash(attributes)
|
115
|
-
return nil unless attributes.is_a?(Hash)
|
116
|
-
self.class.swagger_types.each_pair do |key, type|
|
117
|
-
if type =~ /\AArray<(.*)>/i
|
118
|
-
# check to ensure the input is an array given that the attribute
|
119
|
-
# is documented as an array but the input is not
|
120
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
121
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
122
|
-
end
|
123
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
124
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
125
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
126
|
-
end
|
127
|
-
|
128
|
-
self
|
129
|
-
end
|
130
|
-
|
131
|
-
# Deserializes the data based on type
|
132
|
-
# @param string type Data type
|
133
|
-
# @param string value Value to be deserialized
|
134
|
-
# @return [Object] Deserialized data
|
135
|
-
def _deserialize(type, value)
|
136
|
-
case type.to_sym
|
137
|
-
when :DateTime
|
138
|
-
DateTime.parse(value)
|
139
|
-
when :Date
|
140
|
-
Date.parse(value)
|
141
|
-
when :String
|
142
|
-
value.to_s
|
143
|
-
when :Integer
|
144
|
-
value.to_i
|
145
|
-
when :Float
|
146
|
-
value.to_f
|
147
|
-
when :BOOLEAN
|
148
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
149
|
-
true
|
150
|
-
else
|
151
|
-
false
|
152
|
-
end
|
153
|
-
when :Object
|
154
|
-
# generic object (usually a Hash), return directly
|
155
|
-
value
|
156
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
157
|
-
inner_type = Regexp.last_match[:inner_type]
|
158
|
-
value.map { |v| _deserialize(inner_type, v) }
|
159
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
160
|
-
k_type = Regexp.last_match[:k_type]
|
161
|
-
v_type = Regexp.last_match[:v_type]
|
162
|
-
{}.tap do |hash|
|
163
|
-
value.each do |k, v|
|
164
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
165
|
-
end
|
166
|
-
end
|
167
|
-
else # model
|
168
|
-
temp_model = ESI.const_get(type).new
|
169
|
-
temp_model.build_from_hash(value)
|
170
|
-
end
|
171
|
-
end
|
172
|
-
|
173
|
-
# Returns the string representation of the object
|
174
|
-
# @return [String] String presentation of the object
|
175
|
-
def to_s
|
176
|
-
to_hash.to_s
|
177
|
-
end
|
178
|
-
|
179
|
-
# to_body is an alias to to_hash (backward compatibility)
|
180
|
-
# @return [Hash] Returns the object in the form of hash
|
181
|
-
def to_body
|
182
|
-
to_hash
|
183
|
-
end
|
184
|
-
|
185
|
-
# Returns the object in the form of hash
|
186
|
-
# @return [Hash] Returns the object in the form of hash
|
187
|
-
def to_hash
|
188
|
-
hash = {}
|
189
|
-
self.class.attribute_map.each_pair do |attr, param|
|
190
|
-
value = self.send(attr)
|
191
|
-
next if value.nil?
|
192
|
-
hash[param] = _to_hash(value)
|
193
|
-
end
|
194
|
-
hash
|
195
|
-
end
|
196
|
-
|
197
|
-
# Outputs non-array value in the form of hash
|
198
|
-
# For object, use to_hash. Otherwise, just return the value
|
199
|
-
# @param [Object] value Any valid value
|
200
|
-
# @return [Hash] Returns the value in the form of hash
|
201
|
-
def _to_hash(value)
|
202
|
-
if value.is_a?(Array)
|
203
|
-
value.compact.map { |v| _to_hash(v) }
|
204
|
-
elsif value.is_a?(Hash)
|
205
|
-
{}.tap do |hash|
|
206
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
207
|
-
end
|
208
|
-
elsif value.respond_to? :to_hash
|
209
|
-
value.to_hash
|
210
|
-
else
|
211
|
-
value
|
212
|
-
end
|
213
|
-
end
|
214
|
-
|
215
|
-
end
|
216
|
-
end
|