ruby-esi 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +223 -212
- data/docs/AllianceApi.md +17 -17
- data/docs/AssetsApi.md +31 -31
- data/docs/BookmarksApi.md +25 -25
- data/docs/CalendarApi.md +22 -22
- data/docs/CharacterApi.md +73 -73
- data/docs/ClonesApi.md +11 -11
- data/docs/ContactsApi.md +46 -46
- data/docs/ContractsApi.md +202 -34
- data/docs/CorporationApi.md +118 -118
- data/docs/DogmaApi.md +21 -21
- data/docs/FactionWarfareApi.md +35 -35
- data/docs/FittingsApi.md +14 -14
- data/docs/FleetsApi.md +65 -65
- data/docs/GetCharactersCharacterIdBlueprints200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/GetCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/GetCharactersCharacterIdOk.md +1 -0
- data/docs/GetCharactersCharacterIdSkillqueue200Ok.md +1 -1
- data/docs/GetCharactersCharacterIdWalletJournal200Ok.md +1 -1
- data/docs/GetContractsPublicBidsContractId200Ok.md +10 -0
- data/docs/GetContractsPublicBidsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicBidsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicItemsContractId200Ok.md +16 -0
- data/docs/GetContractsPublicItemsContractIdForbidden.md +8 -0
- data/docs/GetContractsPublicItemsContractIdNotFound.md +8 -0
- data/docs/GetContractsPublicRegionId200Ok.md +23 -0
- data/docs/GetContractsPublicRegionIdNotFound.md +8 -0
- data/docs/GetCorporationsCorporationIdBlueprints200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdContractsContractIdItems200Ok.md +1 -1
- data/docs/GetCorporationsCorporationIdOk.md +1 -0
- data/docs/GetCorporationsCorporationIdStructures200Ok.md +5 -5
- data/docs/GetCorporationsCorporationIdWalletsDivisionJournal200Ok.md +1 -1
- data/docs/GetFwLeaderboardsCharactersKills.md +1 -1
- data/docs/GetFwLeaderboardsCharactersVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsKills.md +1 -1
- data/docs/GetFwLeaderboardsCorporationsVictoryPoints.md +1 -1
- data/docs/GetFwLeaderboardsKills.md +1 -1
- data/docs/GetFwLeaderboardsVictoryPoints.md +1 -1
- data/docs/IncursionsApi.md +5 -5
- data/docs/IndustryApi.md +48 -48
- data/docs/InsuranceApi.md +7 -7
- data/docs/KillmailsApi.md +18 -18
- data/docs/LocationApi.md +16 -16
- data/docs/LoyaltyApi.md +10 -10
- data/docs/MailApi.md +41 -41
- data/docs/MarketApi.md +60 -60
- data/docs/OpportunitiesApi.md +24 -24
- data/docs/PlanetaryInteractionApi.md +21 -21
- data/docs/PostCharactersCharacterIdFittingsItem.md +1 -1
- data/docs/PostCharactersCharacterIdMailLabelsLabel.md +1 -1
- data/docs/RoutesApi.md +6 -6
- data/docs/SearchApi.md +18 -18
- data/docs/SkillsApi.md +16 -16
- data/docs/SovereigntyApi.md +13 -13
- data/docs/StatusApi.md +5 -5
- data/docs/UniverseApi.md +148 -146
- data/docs/UserInterfaceApi.md +21 -21
- data/docs/WalletApi.md +33 -33
- data/docs/WarsApi.md +16 -16
- data/lib/ruby-esi.rb +10 -2
- data/lib/ruby-esi/api/alliance_api.rb +31 -35
- data/lib/ruby-esi/api/assets_api.rb +47 -53
- data/lib/ruby-esi/api/bookmarks_api.rb +31 -35
- data/lib/ruby-esi/api/calendar_api.rb +33 -37
- data/lib/ruby-esi/api/character_api.rb +110 -125
- data/lib/ruby-esi/api/clones_api.rb +17 -19
- data/lib/ruby-esi/api/contacts_api.rb +66 -75
- data/lib/ruby-esi/api/contracts_api.rb +254 -50
- data/lib/ruby-esi/api/corporation_api.rb +161 -183
- data/lib/ruby-esi/api/dogma_api.rb +38 -43
- data/lib/ruby-esi/api/faction_warfare_api.rb +59 -67
- data/lib/ruby-esi/api/fittings_api.rb +24 -27
- data/lib/ruby-esi/api/fleets_api.rb +109 -123
- data/lib/ruby-esi/api/incursions_api.rb +10 -11
- data/lib/ruby-esi/api/industry_api.rb +63 -71
- data/lib/ruby-esi/api/insurance_api.rb +14 -15
- data/lib/ruby-esi/api/killmails_api.rb +24 -27
- data/lib/ruby-esi/api/location_api.rb +24 -27
- data/lib/ruby-esi/api/loyalty_api.rb +17 -19
- data/lib/ruby-esi/api/mail_api.rb +66 -75
- data/lib/ruby-esi/api/market_api.rb +86 -97
- data/lib/ruby-esi/api/opportunities_api.rb +42 -47
- data/lib/ruby-esi/api/planetary_interaction_api.rb +31 -35
- data/lib/ruby-esi/api/routes_api.rb +10 -11
- data/lib/ruby-esi/api/search_api.rb +25 -27
- data/lib/ruby-esi/api/skills_api.rb +24 -27
- data/lib/ruby-esi/api/sovereignty_api.rb +24 -27
- data/lib/ruby-esi/api/status_api.rb +10 -11
- data/lib/ruby-esi/api/universe_api.rb +265 -289
- data/lib/ruby-esi/api/user_interface_api.rb +38 -43
- data/lib/ruby-esi/api/wallet_api.rb +45 -51
- data/lib/ruby-esi/api/wars_api.rb +26 -29
- data/lib/ruby-esi/api_client.rb +12 -10
- 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 +9 -12
- data/lib/ruby-esi/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/delete_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/error_limited.rb +9 -12
- data/lib/ruby-esi/models/forbidden.rb +9 -12
- data/lib/ruby-esi/models/gateway_timeout.rb +9 -12
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_alliances_alliance_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_alliances_alliance_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_agents_research_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_attributes_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_200_ok.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_attendees_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_calendar_event_id_ok.rb +21 -23
- data/lib/ruby-esi/models/get_characters_character_id_clones_home_location.rb +11 -13
- data/lib/ruby-esi/models/get_characters_character_id_clones_jump_clone.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_clones_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_characters_character_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_corporationhistory_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fatigue_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fittings_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/get_characters_character_id_fleet_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_fleet_ok.rb +15 -17
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_ok.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_characters_character_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_location_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_loyalty_points_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_label.rb +18 -23
- data/lib/ruby-esi/models/get_characters_character_id_mail_labels_ok.rb +10 -14
- data/lib/ruby-esi/models/get_characters_character_id_mail_lists_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_mail_mail_id_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/get_characters_character_id_medals_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_characters_character_id_medals_graphic.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_mining_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_notifications_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_notifications_contacts_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_ok.rb +34 -27
- data/lib/ruby-esi/models/get_characters_character_id_online_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_opportunities_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_orders_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_characters_character_id_orders_history_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_200_ok.rb +26 -28
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_content.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_extractor_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_factory_details.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_head.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_link.rb +16 -19
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_pin.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_planets_planet_id_route.rb +13 -16
- data/lib/ruby-esi/models/get_characters_character_id_portrait_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_portrait_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_roles_ok.rb +8 -10
- data/lib/ruby-esi/models/get_characters_character_id_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_ship_ok.rb +11 -14
- data/lib/ruby-esi/models/get_characters_character_id_skillqueue_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_characters_character_id_skills_ok.rb +10 -13
- data/lib/ruby-esi/models/get_characters_character_id_skills_skill.rb +12 -15
- data/lib/ruby-esi/models/get_characters_character_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_characters_character_id_stats_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_characters_character_id_stats_character.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_combat.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_industry.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_inventory.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_isk.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_market.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_mining.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_module.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_orbital.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_pve.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_social.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_stats_travel.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_titles_200_ok.rb +8 -11
- data/lib/ruby-esi/models/get_characters_character_id_wallet_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_characters_character_id_wallet_transactions_200_ok.rb +18 -21
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_200_ok.rb +221 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_bids_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_200_ok.rb +349 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_forbidden.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_items_contract_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_200_ok.rb +400 -0
- data/lib/ruby-esi/models/get_contracts_public_region_id_not_found.rb +186 -0
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_extractions_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_alliancehistory_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_assets_200_ok.rb +21 -23
- data/lib/ruby-esi/models/get_corporations_corporation_id_blueprints_200_ok.rb +36 -38
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_coordinates.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_folders_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_bookmarks_item.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_contacts_labels_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_containers_logs_200_ok.rb +24 -26
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_items_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_customs_offices_200_ok.rb +27 -29
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_hangar_hangar.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_divisions_wallet_wallet.rb +14 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_facilities_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_icons_ok.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_industry_jobs_200_ok.rb +25 -27
- data/lib/ruby-esi/models/get_corporations_corporation_id_killmails_recent_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_medals_issued_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_corporations_corporation_id_members_titles_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_membertracking_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_corporations_corporation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_ok.rb +31 -24
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_200_ok.rb +28 -30
- data/lib/ruby-esi/models/get_corporations_corporation_id_orders_history_200_ok.rb +31 -33
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_200_ok.rb +9 -11
- data/lib/ruby-esi/models/get_corporations_corporation_id_roles_history_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_corporations_corporation_id_shareholders_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_standings_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_200_ok.rb +14 -16
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_fuel.rb +10 -13
- data/lib/ruby-esi/models/get_corporations_corporation_id_starbases_starbase_id_ok.rb +37 -39
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_200_ok.rb +46 -59
- data/lib/ruby-esi/models/get_corporations_corporation_id_structures_service.rb +13 -15
- data/lib/ruby-esi/models/get_corporations_corporation_id_titles_200_ok.rb +8 -10
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_journal_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_corporations_corporation_id_wallets_division_transactions_200_ok.rb +17 -20
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_attributes_attribute_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_dynamic_items_type_id_item_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_modifier.rb +9 -12
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_dogma_effects_effect_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_200_ok.rb +20 -22
- data/lib/ruby-esi/models/get_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_200_ok.rb +11 -14
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_fleets_fleet_id_wings_squad.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_characters_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_active_total_active_total_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_corporations_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_kills.rb +13 -16
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_last_week_last_week_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_ok.rb +10 -13
- data/lib/ruby-esi/models/get_fw_leaderboards_victory_points.rb +12 -15
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday.rb +8 -11
- data/lib/ruby-esi/models/get_fw_leaderboards_yesterday_yesterday_1.rb +8 -11
- data/lib/ruby-esi/models/get_fw_stats_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_fw_stats_kills.rb +11 -14
- data/lib/ruby-esi/models/get_fw_stats_victory_points.rb +11 -14
- data/lib/ruby-esi/models/get_fw_systems_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_fw_wars_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_incursions_200_ok.rb +19 -21
- data/lib/ruby-esi/models/get_industry_facilities_200_ok.rb +13 -16
- data/lib/ruby-esi/models/get_industry_systems_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_industry_systems_cost_indice.rb +13 -15
- data/lib/ruby-esi/models/get_insurance_prices_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_insurance_prices_level.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_attacker.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_items_item.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_ok.rb +13 -16
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_position.rb +11 -14
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_killmails_killmail_id_killmail_hash_victim.rb +10 -13
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_loyalty_stores_corporation_id_offers_required_item.rb +10 -13
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_groups_market_group_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_markets_prices_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_markets_region_id_history_200_ok.rb +14 -17
- data/lib/ruby-esi/models/get_markets_region_id_history_error_520.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_history_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_200_ok.rb +23 -25
- data/lib/ruby-esi/models/get_markets_region_id_orders_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_markets_region_id_orders_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_markets_structures_structure_id_200_ok.rb +22 -24
- data/lib/ruby-esi/models/get_opportunities_groups_group_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_opportunities_tasks_task_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_route_origin_destination_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_search_ok.rb +8 -11
- data/lib/ruby-esi/models/get_sovereignty_campaigns_200_ok.rb +17 -19
- data/lib/ruby-esi/models/get_sovereignty_campaigns_participant.rb +10 -13
- data/lib/ruby-esi/models/get_sovereignty_map_200_ok.rb +9 -12
- data/lib/ruby-esi/models/get_sovereignty_structures_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_status_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_ancestries_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_asteroid_belts_asteroid_belt_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_bloodlines_200_ok.rb +19 -22
- data/lib/ruby-esi/models/get_universe_categories_category_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_categories_category_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_constellations_constellation_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_factions_200_ok.rb +15 -18
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_graphics_graphic_id_ok.rb +9 -12
- data/lib/ruby-esi/models/get_universe_groups_group_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_groups_group_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_moons_moon_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_moons_moon_id_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_moons_moon_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_planets_planet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_planets_planet_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_planets_planet_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_races_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_regions_region_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_regions_region_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_schematics_schematic_id_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_destination.rb +10 -13
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_universe_stargates_stargate_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_stars_star_id_ok.rb +19 -21
- data/lib/ruby-esi/models/get_universe_stations_station_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_stations_station_id_ok.rb +18 -20
- data/lib/ruby-esi/models/get_universe_stations_station_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_structures_structure_id_ok.rb +11 -14
- data/lib/ruby-esi/models/get_universe_structures_structure_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_system_jumps_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_universe_system_kills_200_ok.rb +12 -15
- data/lib/ruby-esi/models/get_universe_systems_system_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_systems_system_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_universe_systems_system_id_planet.rb +9 -12
- data/lib/ruby-esi/models/get_universe_systems_system_id_position.rb +11 -14
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_attribute.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_dogma_effect.rb +10 -13
- data/lib/ruby-esi/models/get_universe_types_type_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/get_universe_types_type_id_ok.rb +13 -16
- data/lib/ruby-esi/models/get_wars_war_id_aggressor.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_ally.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_defender.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_200_ok.rb +10 -13
- data/lib/ruby-esi/models/get_wars_war_id_killmails_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/get_wars_war_id_ok.rb +14 -17
- data/lib/ruby-esi/models/get_wars_war_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/internal_server_error.rb +9 -12
- data/lib/ruby-esi/models/post_characters_affiliation_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_affiliation_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_characters_character_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_characters_character_id_contacts_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_fittings_created.rb +9 -12
- data/lib/ruby-esi/models/post_characters_character_id_fittings_fitting.rb +22 -25
- data/lib/ruby-esi/models/post_characters_character_id_fittings_item.rb +46 -15
- data/lib/ruby-esi/models/post_characters_character_id_mail_error_520.rb +8 -11
- data/lib/ruby-esi/models/post_characters_character_id_mail_labels_label.rb +18 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_mail.rb +17 -20
- data/lib/ruby-esi/models/post_characters_character_id_mail_recipient.rb +13 -15
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_locations_position.rb +11 -14
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_200_ok.rb +10 -13
- data/lib/ruby-esi/models/post_corporations_corporation_id_assets_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_invitation.rb +17 -21
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_members_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_created.rb +9 -12
- data/lib/ruby-esi/models/post_fleets_fleet_id_wings_wing_id_squads_not_found.rb +8 -11
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_new_mail.rb +17 -20
- data/lib/ruby-esi/models/post_ui_openwindow_newmail_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_agent.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_alliance.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_character.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_constellation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_corporation.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_faction.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_inventory_type.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_ok.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_region.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_station.rb +8 -11
- data/lib/ruby-esi/models/post_universe_ids_system.rb +8 -11
- data/lib/ruby-esi/models/post_universe_names_200_ok.rb +14 -16
- data/lib/ruby-esi/models/post_universe_names_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_characters_character_id_calendar_event_id_response.rb +12 -14
- data/lib/ruby-esi/models/put_characters_character_id_mail_mail_id_contents.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_movement.rb +16 -20
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_members_member_id_unprocessable_entity.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_new_settings.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_squads_squad_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_naming.rb +12 -15
- data/lib/ruby-esi/models/put_fleets_fleet_id_wings_wing_id_not_found.rb +8 -11
- data/lib/ruby-esi/models/service_unavailable.rb +9 -12
- data/lib/ruby-esi/models/unauthorized.rb +9 -12
- data/lib/ruby-esi/version.rb +3 -3
- data/ruby-esi.gemspec +5 -5
- data/spec/api/alliance_api_spec.rb +10 -10
- data/spec/api/assets_api_spec.rb +15 -15
- data/spec/api/bookmarks_api_spec.rb +10 -10
- data/spec/api/calendar_api_spec.rb +11 -11
- data/spec/api/character_api_spec.rb +33 -33
- data/spec/api/clones_api_spec.rb +6 -6
- data/spec/api/contacts_api_spec.rb +20 -20
- data/spec/api/contracts_api_spec.rb +59 -14
- data/spec/api/corporation_api_spec.rb +46 -46
- data/spec/api/dogma_api_spec.rb +12 -12
- data/spec/api/faction_warfare_api_spec.rb +18 -18
- data/spec/api/fittings_api_spec.rb +8 -8
- data/spec/api/fleets_api_spec.rb +30 -30
- data/spec/api/incursions_api_spec.rb +4 -4
- data/spec/api/industry_api_spec.rb +20 -20
- data/spec/api/insurance_api_spec.rb +4 -4
- data/spec/api/killmails_api_spec.rb +8 -8
- data/spec/api/location_api_spec.rb +8 -8
- data/spec/api/loyalty_api_spec.rb +6 -6
- data/spec/api/mail_api_spec.rb +20 -20
- data/spec/api/market_api_spec.rb +25 -25
- data/spec/api/opportunities_api_spec.rb +12 -12
- data/spec/api/planetary_interaction_api_spec.rb +10 -10
- data/spec/api/routes_api_spec.rb +4 -4
- data/spec/api/search_api_spec.rb +6 -6
- data/spec/api/skills_api_spec.rb +8 -8
- data/spec/api/sovereignty_api_spec.rb +8 -8
- data/spec/api/status_api_spec.rb +4 -4
- data/spec/api/universe_api_spec.rb +64 -63
- data/spec/api/user_interface_api_spec.rb +12 -12
- data/spec/api/wallet_api_spec.rb +14 -14
- data/spec/api/wars_api_spec.rb +9 -9
- data/spec/api_client_spec.rb +53 -36
- data/spec/configuration_spec.rb +10 -10
- data/spec/models/bad_request_spec.rb +3 -4
- data/spec/models/delete_characters_character_id_mail_labels_label_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/delete_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/error_limited_spec.rb +3 -4
- data/spec/models/forbidden_spec.rb +4 -5
- data/spec/models/gateway_timeout_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_contacts_200_ok_spec.rb +10 -11
- data/spec/models/get_alliances_alliance_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_icons_ok_spec.rb +4 -5
- data/spec/models/get_alliances_alliance_id_not_found_spec.rb +3 -4
- data/spec/models/get_alliances_alliance_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_agents_research_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_characters_character_id_attributes_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_characters_character_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_characters_character_id_bookmarks_folders_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_characters_character_id_calendar_200_ok_spec.rb +11 -12
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_calendar_event_id_attendees_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_calendar_event_id_ok_spec.rb +16 -17
- data/spec/models/get_characters_character_id_clones_home_location_spec.rb +8 -9
- data/spec/models/get_characters_character_id_clones_jump_clone_spec.rb +11 -12
- data/spec/models/get_characters_character_id_clones_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contacts_200_ok_spec.rb +12 -13
- data/spec/models/get_characters_character_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_corporationhistory_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_fatigue_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fittings_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/get_characters_character_id_fleet_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_fleet_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_characters_character_id_fw_stats_ok_spec.rb +8 -9
- data/spec/models/get_characters_character_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_characters_character_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_characters_character_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_location_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_loyalty_points_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_labels_label_spec.rb +10 -11
- data/spec/models/get_characters_character_id_mail_labels_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_lists_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_mail_mail_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_mail_mail_id_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_mail_mail_id_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/get_characters_character_id_medals_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_medals_graphic_spec.rb +6 -7
- data/spec/models/get_characters_character_id_mining_200_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_notifications_200_ok_spec.rb +17 -18
- data/spec/models/get_characters_character_id_notifications_contacts_200_ok_spec.rb +7 -8
- data/spec/models/get_characters_character_id_ok_spec.rb +23 -18
- data/spec/models/get_characters_character_id_online_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_opportunities_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_orders_200_ok_spec.rb +20 -21
- data/spec/models/get_characters_character_id_orders_history_200_ok_spec.rb +25 -26
- data/spec/models/get_characters_character_id_planets_200_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_content_spec.rb +4 -5
- data/spec/models/get_characters_character_id_planets_planet_id_extractor_details_spec.rb +7 -8
- data/spec/models/get_characters_character_id_planets_planet_id_factory_details_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_head_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_link_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_planets_planet_id_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_planets_planet_id_pin_spec.rb +13 -14
- data/spec/models/get_characters_character_id_planets_planet_id_route_spec.rb +8 -9
- data/spec/models/get_characters_character_id_portrait_not_found_spec.rb +3 -4
- data/spec/models/get_characters_character_id_portrait_ok_spec.rb +6 -7
- data/spec/models/get_characters_character_id_roles_ok_spec.rb +22 -23
- data/spec/models/get_characters_character_id_search_ok_spec.rb +13 -14
- data/spec/models/get_characters_character_id_ship_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skillqueue_200_ok_spec.rb +10 -11
- data/spec/models/get_characters_character_id_skills_ok_spec.rb +5 -6
- data/spec/models/get_characters_character_id_skills_skill_spec.rb +6 -7
- data/spec/models/get_characters_character_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_characters_character_id_stats_200_ok_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_character_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_combat_spec.rb +96 -97
- data/spec/models/get_characters_character_id_stats_industry_spec.rb +38 -39
- data/spec/models/get_characters_character_id_stats_inventory_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_isk_spec.rb +4 -5
- data/spec/models/get_characters_character_id_stats_market_spec.rb +15 -16
- data/spec/models/get_characters_character_id_stats_mining_spec.rb +21 -22
- data/spec/models/get_characters_character_id_stats_module_spec.rb +71 -72
- data/spec/models/get_characters_character_id_stats_orbital_spec.rb +5 -6
- data/spec/models/get_characters_character_id_stats_pve_spec.rb +6 -7
- data/spec/models/get_characters_character_id_stats_social_spec.rb +27 -28
- data/spec/models/get_characters_character_id_stats_travel_spec.rb +23 -24
- data/spec/models/get_characters_character_id_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_characters_character_id_wallet_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_characters_character_id_wallet_transactions_200_ok_spec.rb +12 -13
- data/spec/models/get_contracts_public_bids_contract_id_200_ok_spec.rb +53 -0
- data/spec/models/get_contracts_public_bids_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_bids_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_200_ok_spec.rb +89 -0
- data/spec/models/get_contracts_public_items_contract_id_forbidden_spec.rb +41 -0
- data/spec/models/get_contracts_public_items_contract_id_not_found_spec.rb +41 -0
- data/spec/models/get_contracts_public_region_id_200_ok_spec.rb +135 -0
- data/spec/models/get_contracts_public_region_id_not_found_spec.rb +41 -0
- data/spec/models/get_corporation_corporation_id_mining_extractions_200_ok_spec.rb +7 -8
- data/spec/models/get_corporation_corporation_id_mining_observers_200_ok_spec.rb +9 -10
- data/spec/models/get_corporation_corporation_id_mining_observers_observer_id_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_alliancehistory_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_assets_200_ok_spec.rb +18 -19
- data/spec/models/get_corporations_corporation_id_blueprints_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_bookmarks_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_bookmarks_coordinates_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_folders_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_bookmarks_item_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_contacts_200_ok_spec.rb +11 -12
- data/spec/models/get_corporations_corporation_id_contacts_labels_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_containers_logs_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_contracts_200_ok_spec.rb +36 -37
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok_spec.rb +6 -7
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_bids_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_200_ok_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_error_520_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_contracts_contract_id_items_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_customs_offices_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_divisions_hangar_hangar_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_divisions_wallet_wallet_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_facilities_200_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_fw_stats_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_icons_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_icons_ok_spec.rb +5 -6
- data/spec/models/get_corporations_corporation_id_industry_jobs_200_ok_spec.rb +28 -29
- data/spec/models/get_corporations_corporation_id_killmails_recent_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_medals_200_ok_spec.rb +7 -8
- data/spec/models/get_corporations_corporation_id_medals_issued_200_ok_spec.rb +12 -13
- data/spec/models/get_corporations_corporation_id_members_titles_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_membertracking_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_not_found_spec.rb +3 -4
- data/spec/models/get_corporations_corporation_id_ok_spec.rb +21 -16
- data/spec/models/get_corporations_corporation_id_orders_200_ok_spec.rb +21 -22
- data/spec/models/get_corporations_corporation_id_orders_history_200_ok_spec.rb +26 -27
- data/spec/models/get_corporations_corporation_id_roles_200_ok_spec.rb +43 -44
- data/spec/models/get_corporations_corporation_id_roles_history_200_ok_spec.rb +20 -21
- data/spec/models/get_corporations_corporation_id_shareholders_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_standings_200_ok_spec.rb +9 -10
- data/spec/models/get_corporations_corporation_id_starbases_200_ok_spec.rb +14 -15
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_fuel_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_starbases_starbase_id_ok_spec.rb +40 -41
- data/spec/models/get_corporations_corporation_id_structures_200_ok_spec.rb +22 -23
- data/spec/models/get_corporations_corporation_id_structures_service_spec.rb +8 -9
- data/spec/models/get_corporations_corporation_id_titles_200_ok_spec.rb +44 -45
- data/spec/models/get_corporations_corporation_id_wallets_200_ok_spec.rb +4 -5
- data/spec/models/get_corporations_corporation_id_wallets_division_journal_200_ok_spec.rb +23 -24
- data/spec/models/get_corporations_corporation_id_wallets_division_transactions_200_ok_spec.rb +11 -12
- data/spec/models/get_dogma_attributes_attribute_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_attributes_attribute_id_ok_spec.rb +12 -13
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_dynamic_items_type_id_item_id_ok_spec.rb +7 -8
- data/spec/models/get_dogma_effects_effect_id_modifier_spec.rb +8 -9
- data/spec/models/get_dogma_effects_effect_id_not_found_spec.rb +3 -4
- data/spec/models/get_dogma_effects_effect_id_ok_spec.rb +23 -24
- data/spec/models/get_fleets_fleet_id_members_200_ok_spec.rb +16 -17
- data/spec/models/get_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_ok_spec.rb +6 -7
- data/spec/models/get_fleets_fleet_id_wings_200_ok_spec.rb +5 -6
- data/spec/models/get_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/get_fleets_fleet_id_wings_squad_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_characters_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_active_total_active_total_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_corporations_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_kills_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_last_week_last_week_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_last_week_last_week_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_ok_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_1_spec.rb +4 -5
- data/spec/models/get_fw_leaderboards_yesterday_yesterday_spec.rb +4 -5
- data/spec/models/get_fw_stats_200_ok_spec.rb +7 -8
- data/spec/models/get_fw_stats_kills_spec.rb +5 -6
- data/spec/models/get_fw_stats_victory_points_spec.rb +5 -6
- data/spec/models/get_fw_systems_200_ok_spec.rb +12 -13
- data/spec/models/get_fw_wars_200_ok_spec.rb +4 -5
- data/spec/models/get_incursions_200_ok_spec.rb +14 -15
- data/spec/models/get_industry_facilities_200_ok_spec.rb +8 -9
- data/spec/models/get_industry_systems_200_ok_spec.rb +4 -5
- data/spec/models/get_industry_systems_cost_indice_spec.rb +8 -9
- data/spec/models/get_insurance_prices_200_ok_spec.rb +4 -5
- data/spec/models/get_insurance_prices_level_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_attacker_spec.rb +11 -12
- data/spec/models/get_killmails_killmail_id_killmail_hash_item_spec.rb +8 -9
- data/spec/models/get_killmails_killmail_id_killmail_hash_items_item_spec.rb +7 -8
- data/spec/models/get_killmails_killmail_id_killmail_hash_ok_spec.rb +9 -10
- data/spec/models/get_killmails_killmail_id_killmail_hash_position_spec.rb +5 -6
- data/spec/models/get_killmails_killmail_id_killmail_hash_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_killmails_killmail_id_killmail_hash_victim_spec.rb +10 -11
- data/spec/models/get_loyalty_stores_corporation_id_offers_200_ok_spec.rb +9 -10
- data/spec/models/get_loyalty_stores_corporation_id_offers_not_found_spec.rb +3 -4
- data/spec/models/get_loyalty_stores_corporation_id_offers_required_item_spec.rb +4 -5
- data/spec/models/get_markets_groups_market_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_markets_groups_market_group_id_ok_spec.rb +7 -8
- data/spec/models/get_markets_prices_200_ok_spec.rb +5 -6
- data/spec/models/get_markets_region_id_history_200_ok_spec.rb +8 -9
- data/spec/models/get_markets_region_id_history_error_520_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_history_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_200_ok_spec.rb +18 -19
- data/spec/models/get_markets_region_id_orders_not_found_spec.rb +3 -4
- data/spec/models/get_markets_region_id_orders_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_markets_structures_structure_id_200_ok_spec.rb +17 -18
- data/spec/models/get_opportunities_groups_group_id_ok_spec.rb +8 -9
- data/spec/models/get_opportunities_tasks_task_id_ok_spec.rb +6 -7
- data/spec/models/get_route_origin_destination_not_found_spec.rb +3 -4
- data/spec/models/get_search_ok_spec.rb +12 -13
- data/spec/models/get_sovereignty_campaigns_200_ok_spec.rb +16 -17
- data/spec/models/get_sovereignty_campaigns_participant_spec.rb +4 -5
- data/spec/models/get_sovereignty_map_200_ok_spec.rb +6 -7
- data/spec/models/get_sovereignty_structures_200_ok_spec.rb +9 -10
- data/spec/models/get_status_ok_spec.rb +6 -7
- data/spec/models/get_universe_ancestries_200_ok_spec.rb +8 -9
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_ok_spec.rb +5 -6
- data/spec/models/get_universe_asteroid_belts_asteroid_belt_id_position_spec.rb +5 -6
- data/spec/models/get_universe_bloodlines_200_ok_spec.rb +13 -14
- data/spec/models/get_universe_categories_category_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_categories_category_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_constellations_constellation_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_constellations_constellation_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_constellations_constellation_id_position_spec.rb +5 -6
- data/spec/models/get_universe_factions_200_ok_spec.rb +12 -13
- data/spec/models/get_universe_graphics_graphic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_graphics_graphic_id_ok_spec.rb +10 -11
- data/spec/models/get_universe_groups_group_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_groups_group_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_moons_moon_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_moons_moon_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_moons_moon_id_position_spec.rb +5 -6
- data/spec/models/get_universe_planets_planet_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_planets_planet_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_planets_planet_id_position_spec.rb +5 -6
- data/spec/models/get_universe_races_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_regions_region_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_regions_region_id_ok_spec.rb +6 -7
- data/spec/models/get_universe_schematics_schematic_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_schematics_schematic_id_ok_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_destination_spec.rb +4 -5
- data/spec/models/get_universe_stargates_stargate_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stargates_stargate_id_ok_spec.rb +8 -9
- data/spec/models/get_universe_stargates_stargate_id_position_spec.rb +5 -6
- data/spec/models/get_universe_stars_star_id_ok_spec.rb +14 -15
- data/spec/models/get_universe_stations_station_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_stations_station_id_ok_spec.rb +18 -19
- data/spec/models/get_universe_stations_station_id_position_spec.rb +5 -6
- data/spec/models/get_universe_structures_structure_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_structures_structure_id_ok_spec.rb +7 -8
- data/spec/models/get_universe_structures_structure_id_position_spec.rb +5 -6
- data/spec/models/get_universe_system_jumps_200_ok_spec.rb +4 -5
- data/spec/models/get_universe_system_kills_200_ok_spec.rb +6 -7
- data/spec/models/get_universe_systems_system_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_systems_system_id_ok_spec.rb +12 -13
- data/spec/models/get_universe_systems_system_id_planet_spec.rb +5 -6
- data/spec/models/get_universe_systems_system_id_position_spec.rb +5 -6
- data/spec/models/get_universe_types_type_id_dogma_attribute_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_dogma_effect_spec.rb +4 -5
- data/spec/models/get_universe_types_type_id_not_found_spec.rb +3 -4
- data/spec/models/get_universe_types_type_id_ok_spec.rb +18 -19
- data/spec/models/get_wars_war_id_aggressor_spec.rb +6 -7
- data/spec/models/get_wars_war_id_ally_spec.rb +4 -5
- data/spec/models/get_wars_war_id_defender_spec.rb +6 -7
- data/spec/models/get_wars_war_id_killmails_200_ok_spec.rb +4 -5
- data/spec/models/get_wars_war_id_killmails_unprocessable_entity_spec.rb +3 -4
- data/spec/models/get_wars_war_id_ok_spec.rb +12 -13
- data/spec/models/get_wars_war_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/internal_server_error_spec.rb +3 -4
- data/spec/models/post_characters_affiliation_200_ok_spec.rb +6 -7
- data/spec/models/post_characters_affiliation_not_found_spec.rb +3 -4
- data/spec/models/post_characters_character_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_characters_character_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_characters_character_id_contacts_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_created_spec.rb +3 -4
- data/spec/models/post_characters_character_id_fittings_fitting_spec.rb +6 -7
- data/spec/models/post_characters_character_id_fittings_item_spec.rb +9 -6
- data/spec/models/post_characters_character_id_mail_error_520_spec.rb +3 -4
- data/spec/models/post_characters_character_id_mail_labels_label_spec.rb +8 -9
- data/spec/models/post_characters_character_id_mail_mail_spec.rb +6 -7
- data/spec/models/post_characters_character_id_mail_recipient_spec.rb +8 -9
- data/spec/models/post_corporations_corporation_id_assets_locations_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_locations_not_found_spec.rb +3 -4
- data/spec/models/post_corporations_corporation_id_assets_locations_position_spec.rb +5 -6
- data/spec/models/post_corporations_corporation_id_assets_names_200_ok_spec.rb +4 -5
- data/spec/models/post_corporations_corporation_id_assets_names_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_invitation_spec.rb +10 -11
- data/spec/models/post_fleets_fleet_id_members_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_members_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_not_found_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_created_spec.rb +3 -4
- data/spec/models/post_fleets_fleet_id_wings_wing_id_squads_not_found_spec.rb +3 -4
- data/spec/models/post_ui_openwindow_newmail_new_mail_spec.rb +7 -8
- data/spec/models/post_ui_openwindow_newmail_unprocessable_entity_spec.rb +3 -4
- data/spec/models/post_universe_ids_agent_spec.rb +4 -5
- data/spec/models/post_universe_ids_alliance_spec.rb +4 -5
- data/spec/models/post_universe_ids_character_spec.rb +4 -5
- data/spec/models/post_universe_ids_constellation_spec.rb +4 -5
- data/spec/models/post_universe_ids_corporation_spec.rb +4 -5
- data/spec/models/post_universe_ids_faction_spec.rb +4 -5
- data/spec/models/post_universe_ids_inventory_type_spec.rb +4 -5
- data/spec/models/post_universe_ids_ok_spec.rb +12 -13
- data/spec/models/post_universe_ids_region_spec.rb +4 -5
- data/spec/models/post_universe_ids_station_spec.rb +4 -5
- data/spec/models/post_universe_ids_system_spec.rb +4 -5
- data/spec/models/post_universe_names_200_ok_spec.rb +9 -10
- data/spec/models/post_universe_names_not_found_spec.rb +3 -4
- data/spec/models/put_characters_character_id_calendar_event_id_response_spec.rb +7 -8
- data/spec/models/put_characters_character_id_mail_mail_id_contents_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_members_member_id_movement_spec.rb +9 -10
- data/spec/models/put_fleets_fleet_id_members_member_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_members_member_id_unprocessable_entity_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_new_settings_spec.rb +4 -5
- data/spec/models/put_fleets_fleet_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_squads_squad_id_not_found_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_naming_spec.rb +3 -4
- data/spec/models/put_fleets_fleet_id_wings_wing_id_not_found_spec.rb +3 -4
- data/spec/models/service_unavailable_spec.rb +3 -4
- data/spec/models/unauthorized_spec.rb +3 -4
- data/spec/spec_helper.rb +2 -2
- metadata +374 -343
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 1.3.8
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.13
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -21,7 +21,6 @@ module ESI
|
|
21
21
|
# label_name string
|
22
22
|
attr_accessor :label_name
|
23
23
|
|
24
|
-
|
25
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
26
25
|
def self.attribute_map
|
27
26
|
{
|
@@ -44,7 +43,7 @@ module ESI
|
|
44
43
|
return unless attributes.is_a?(Hash)
|
45
44
|
|
46
45
|
# convert string to symbol for hash key
|
47
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
46
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
48
47
|
|
49
48
|
if attributes.has_key?(:'label_id')
|
50
49
|
self.label_id = attributes[:'label_id']
|
@@ -53,7 +52,6 @@ module ESI
|
|
53
52
|
if attributes.has_key?(:'label_name')
|
54
53
|
self.label_name = attributes[:'label_name']
|
55
54
|
end
|
56
|
-
|
57
55
|
end
|
58
56
|
|
59
57
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -61,14 +59,14 @@ module ESI
|
|
61
59
|
def list_invalid_properties
|
62
60
|
invalid_properties = Array.new
|
63
61
|
if @label_id.nil?
|
64
|
-
invalid_properties.push(
|
62
|
+
invalid_properties.push('invalid value for "label_id", label_id cannot be nil.')
|
65
63
|
end
|
66
64
|
|
67
65
|
if @label_name.nil?
|
68
|
-
invalid_properties.push(
|
66
|
+
invalid_properties.push('invalid value for "label_name", label_name cannot be nil.')
|
69
67
|
end
|
70
68
|
|
71
|
-
|
69
|
+
invalid_properties
|
72
70
|
end
|
73
71
|
|
74
72
|
# Check to see if the all the properties in the model are valid
|
@@ -76,7 +74,7 @@ module ESI
|
|
76
74
|
def valid?
|
77
75
|
return false if @label_id.nil?
|
78
76
|
return false if @label_name.nil?
|
79
|
-
|
77
|
+
true
|
80
78
|
end
|
81
79
|
|
82
80
|
# Checks equality by comparing each attribute.
|
@@ -107,10 +105,10 @@ module ESI
|
|
107
105
|
return nil unless attributes.is_a?(Hash)
|
108
106
|
self.class.swagger_types.each_pair do |key, type|
|
109
107
|
if type =~ /\AArray<(.*)>/i
|
110
|
-
# check to ensure the input is an array given that the
|
108
|
+
# check to ensure the input is an array given that the attribute
|
111
109
|
# is documented as an array but the input is not
|
112
110
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
113
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
111
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
114
112
|
end
|
115
113
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
116
114
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -192,7 +190,7 @@ module ESI
|
|
192
190
|
# @return [Hash] Returns the value in the form of hash
|
193
191
|
def _to_hash(value)
|
194
192
|
if value.is_a?(Array)
|
195
|
-
value.compact.map{ |v| _to_hash(v) }
|
193
|
+
value.compact.map { |v| _to_hash(v) }
|
196
194
|
elsif value.is_a?(Hash)
|
197
195
|
{}.tap do |hash|
|
198
196
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -205,5 +203,4 @@ module ESI
|
|
205
203
|
end
|
206
204
|
|
207
205
|
end
|
208
|
-
|
209
206
|
end
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 1.3.8
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.13
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -115,7 +115,7 @@ module ESI
|
|
115
115
|
return unless attributes.is_a?(Hash)
|
116
116
|
|
117
117
|
# convert string to symbol for hash key
|
118
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
118
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
119
119
|
|
120
120
|
if attributes.has_key?(:'action')
|
121
121
|
self.action = attributes[:'action']
|
@@ -164,7 +164,6 @@ module ESI
|
|
164
164
|
if attributes.has_key?(:'type_id')
|
165
165
|
self.type_id = attributes[:'type_id']
|
166
166
|
end
|
167
|
-
|
168
167
|
end
|
169
168
|
|
170
169
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -172,61 +171,61 @@ module ESI
|
|
172
171
|
def list_invalid_properties
|
173
172
|
invalid_properties = Array.new
|
174
173
|
if @action.nil?
|
175
|
-
invalid_properties.push(
|
174
|
+
invalid_properties.push('invalid value for "action", action cannot be nil.')
|
176
175
|
end
|
177
176
|
|
178
177
|
if @character_id.nil?
|
179
|
-
invalid_properties.push(
|
178
|
+
invalid_properties.push('invalid value for "character_id", character_id cannot be nil.')
|
180
179
|
end
|
181
180
|
|
182
181
|
if @container_id.nil?
|
183
|
-
invalid_properties.push(
|
182
|
+
invalid_properties.push('invalid value for "container_id", container_id cannot be nil.')
|
184
183
|
end
|
185
184
|
|
186
185
|
if @container_type_id.nil?
|
187
|
-
invalid_properties.push(
|
186
|
+
invalid_properties.push('invalid value for "container_type_id", container_type_id cannot be nil.')
|
188
187
|
end
|
189
188
|
|
190
189
|
if @location_flag.nil?
|
191
|
-
invalid_properties.push(
|
190
|
+
invalid_properties.push('invalid value for "location_flag", location_flag cannot be nil.')
|
192
191
|
end
|
193
192
|
|
194
193
|
if @location_id.nil?
|
195
|
-
invalid_properties.push(
|
194
|
+
invalid_properties.push('invalid value for "location_id", location_id cannot be nil.')
|
196
195
|
end
|
197
196
|
|
198
197
|
if @logged_at.nil?
|
199
|
-
invalid_properties.push(
|
198
|
+
invalid_properties.push('invalid value for "logged_at", logged_at cannot be nil.')
|
200
199
|
end
|
201
200
|
|
202
|
-
|
201
|
+
invalid_properties
|
203
202
|
end
|
204
203
|
|
205
204
|
# Check to see if the all the properties in the model are valid
|
206
205
|
# @return true if the model is valid
|
207
206
|
def valid?
|
208
207
|
return false if @action.nil?
|
209
|
-
action_validator = EnumAttributeValidator.new('String', [
|
208
|
+
action_validator = EnumAttributeValidator.new('String', ['add', 'assemble', 'configure', 'enter_password', 'lock', 'move', 'repackage', 'set_name', 'set_password', 'unlock'])
|
210
209
|
return false unless action_validator.valid?(@action)
|
211
210
|
return false if @character_id.nil?
|
212
211
|
return false if @container_id.nil?
|
213
212
|
return false if @container_type_id.nil?
|
214
213
|
return false if @location_flag.nil?
|
215
|
-
location_flag_validator = EnumAttributeValidator.new('String', [
|
214
|
+
location_flag_validator = EnumAttributeValidator.new('String', ['AssetSafety', 'AutoFit', 'Bonus', 'Booster', 'BoosterBay', 'Capsule', 'Cargo', 'CorpDeliveries', 'CorpSAG1', 'CorpSAG2', 'CorpSAG3', 'CorpSAG4', 'CorpSAG5', 'CorpSAG6', 'CorpSAG7', 'CrateLoot', 'Deliveries', 'DroneBay', 'DustBattle', 'DustDatabank', 'FighterBay', 'FighterTube0', 'FighterTube1', 'FighterTube2', 'FighterTube3', 'FighterTube4', 'FleetHangar', 'FrigateEscapeBay', 'Hangar', 'HangarAll', 'HiSlot0', 'HiSlot1', 'HiSlot2', 'HiSlot3', 'HiSlot4', 'HiSlot5', 'HiSlot6', 'HiSlot7', 'HiddenModifiers', 'Implant', 'Impounded', 'JunkyardReprocessed', 'JunkyardTrashed', 'LoSlot0', 'LoSlot1', 'LoSlot2', 'LoSlot3', 'LoSlot4', 'LoSlot5', 'LoSlot6', 'LoSlot7', 'Locked', 'MedSlot0', 'MedSlot1', 'MedSlot2', 'MedSlot3', 'MedSlot4', 'MedSlot5', 'MedSlot6', 'MedSlot7', 'OfficeFolder', 'Pilot', 'PlanetSurface', 'QuafeBay', 'Reward', 'RigSlot0', 'RigSlot1', 'RigSlot2', 'RigSlot3', 'RigSlot4', 'RigSlot5', 'RigSlot6', 'RigSlot7', 'SecondaryStorage', 'ServiceSlot0', 'ServiceSlot1', 'ServiceSlot2', 'ServiceSlot3', 'ServiceSlot4', 'ServiceSlot5', 'ServiceSlot6', 'ServiceSlot7', 'ShipHangar', 'ShipOffline', 'Skill', 'SkillInTraining', 'SpecializedAmmoHold', 'SpecializedCommandCenterHold', 'SpecializedFuelBay', 'SpecializedGasHold', 'SpecializedIndustrialShipHold', 'SpecializedLargeShipHold', 'SpecializedMaterialBay', 'SpecializedMediumShipHold', 'SpecializedMineralHold', 'SpecializedOreHold', 'SpecializedPlanetaryCommoditiesHold', 'SpecializedSalvageHold', 'SpecializedShipHold', 'SpecializedSmallShipHold', 'StructureActive', 'StructureFuel', 'StructureInactive', 'StructureOffline', 'SubSystemBay', 'SubSystemSlot0', 'SubSystemSlot1', 'SubSystemSlot2', 'SubSystemSlot3', 'SubSystemSlot4', 'SubSystemSlot5', 'SubSystemSlot6', 'SubSystemSlot7', 'Unlocked', 'Wallet', 'Wardrobe'])
|
216
215
|
return false unless location_flag_validator.valid?(@location_flag)
|
217
216
|
return false if @location_id.nil?
|
218
217
|
return false if @logged_at.nil?
|
219
|
-
password_type_validator = EnumAttributeValidator.new('String', [
|
218
|
+
password_type_validator = EnumAttributeValidator.new('String', ['config', 'general'])
|
220
219
|
return false unless password_type_validator.valid?(@password_type)
|
221
|
-
|
220
|
+
true
|
222
221
|
end
|
223
222
|
|
224
223
|
# Custom attribute writer method checking allowed values (enum).
|
225
224
|
# @param [Object] action Object to be assigned
|
226
225
|
def action=(action)
|
227
|
-
validator = EnumAttributeValidator.new('String', [
|
226
|
+
validator = EnumAttributeValidator.new('String', ['add', 'assemble', 'configure', 'enter_password', 'lock', 'move', 'repackage', 'set_name', 'set_password', 'unlock'])
|
228
227
|
unless validator.valid?(action)
|
229
|
-
fail ArgumentError,
|
228
|
+
fail ArgumentError, 'invalid value for "action", must be one of #{validator.allowable_values}.'
|
230
229
|
end
|
231
230
|
@action = action
|
232
231
|
end
|
@@ -234,9 +233,9 @@ module ESI
|
|
234
233
|
# Custom attribute writer method checking allowed values (enum).
|
235
234
|
# @param [Object] location_flag Object to be assigned
|
236
235
|
def location_flag=(location_flag)
|
237
|
-
validator = EnumAttributeValidator.new('String', [
|
236
|
+
validator = EnumAttributeValidator.new('String', ['AssetSafety', 'AutoFit', 'Bonus', 'Booster', 'BoosterBay', 'Capsule', 'Cargo', 'CorpDeliveries', 'CorpSAG1', 'CorpSAG2', 'CorpSAG3', 'CorpSAG4', 'CorpSAG5', 'CorpSAG6', 'CorpSAG7', 'CrateLoot', 'Deliveries', 'DroneBay', 'DustBattle', 'DustDatabank', 'FighterBay', 'FighterTube0', 'FighterTube1', 'FighterTube2', 'FighterTube3', 'FighterTube4', 'FleetHangar', 'FrigateEscapeBay', 'Hangar', 'HangarAll', 'HiSlot0', 'HiSlot1', 'HiSlot2', 'HiSlot3', 'HiSlot4', 'HiSlot5', 'HiSlot6', 'HiSlot7', 'HiddenModifiers', 'Implant', 'Impounded', 'JunkyardReprocessed', 'JunkyardTrashed', 'LoSlot0', 'LoSlot1', 'LoSlot2', 'LoSlot3', 'LoSlot4', 'LoSlot5', 'LoSlot6', 'LoSlot7', 'Locked', 'MedSlot0', 'MedSlot1', 'MedSlot2', 'MedSlot3', 'MedSlot4', 'MedSlot5', 'MedSlot6', 'MedSlot7', 'OfficeFolder', 'Pilot', 'PlanetSurface', 'QuafeBay', 'Reward', 'RigSlot0', 'RigSlot1', 'RigSlot2', 'RigSlot3', 'RigSlot4', 'RigSlot5', 'RigSlot6', 'RigSlot7', 'SecondaryStorage', 'ServiceSlot0', 'ServiceSlot1', 'ServiceSlot2', 'ServiceSlot3', 'ServiceSlot4', 'ServiceSlot5', 'ServiceSlot6', 'ServiceSlot7', 'ShipHangar', 'ShipOffline', 'Skill', 'SkillInTraining', 'SpecializedAmmoHold', 'SpecializedCommandCenterHold', 'SpecializedFuelBay', 'SpecializedGasHold', 'SpecializedIndustrialShipHold', 'SpecializedLargeShipHold', 'SpecializedMaterialBay', 'SpecializedMediumShipHold', 'SpecializedMineralHold', 'SpecializedOreHold', 'SpecializedPlanetaryCommoditiesHold', 'SpecializedSalvageHold', 'SpecializedShipHold', 'SpecializedSmallShipHold', 'StructureActive', 'StructureFuel', 'StructureInactive', 'StructureOffline', 'SubSystemBay', 'SubSystemSlot0', 'SubSystemSlot1', 'SubSystemSlot2', 'SubSystemSlot3', 'SubSystemSlot4', 'SubSystemSlot5', 'SubSystemSlot6', 'SubSystemSlot7', 'Unlocked', 'Wallet', 'Wardrobe'])
|
238
237
|
unless validator.valid?(location_flag)
|
239
|
-
fail ArgumentError,
|
238
|
+
fail ArgumentError, 'invalid value for "location_flag", must be one of #{validator.allowable_values}.'
|
240
239
|
end
|
241
240
|
@location_flag = location_flag
|
242
241
|
end
|
@@ -244,9 +243,9 @@ module ESI
|
|
244
243
|
# Custom attribute writer method checking allowed values (enum).
|
245
244
|
# @param [Object] password_type Object to be assigned
|
246
245
|
def password_type=(password_type)
|
247
|
-
validator = EnumAttributeValidator.new('String', [
|
246
|
+
validator = EnumAttributeValidator.new('String', ['config', 'general'])
|
248
247
|
unless validator.valid?(password_type)
|
249
|
-
fail ArgumentError,
|
248
|
+
fail ArgumentError, 'invalid value for "password_type", must be one of #{validator.allowable_values}.'
|
250
249
|
end
|
251
250
|
@password_type = password_type
|
252
251
|
end
|
@@ -289,10 +288,10 @@ module ESI
|
|
289
288
|
return nil unless attributes.is_a?(Hash)
|
290
289
|
self.class.swagger_types.each_pair do |key, type|
|
291
290
|
if type =~ /\AArray<(.*)>/i
|
292
|
-
# check to ensure the input is an array given that the
|
291
|
+
# check to ensure the input is an array given that the attribute
|
293
292
|
# is documented as an array but the input is not
|
294
293
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
295
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
294
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
296
295
|
end
|
297
296
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
298
297
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -374,7 +373,7 @@ module ESI
|
|
374
373
|
# @return [Hash] Returns the value in the form of hash
|
375
374
|
def _to_hash(value)
|
376
375
|
if value.is_a?(Array)
|
377
|
-
value.compact.map{ |v| _to_hash(v) }
|
376
|
+
value.compact.map { |v| _to_hash(v) }
|
378
377
|
elsif value.is_a?(Hash)
|
379
378
|
{}.tap do |hash|
|
380
379
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -387,5 +386,4 @@ module ESI
|
|
387
386
|
end
|
388
387
|
|
389
388
|
end
|
390
|
-
|
391
389
|
end
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 1.3.8
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.13
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -165,7 +165,7 @@ module ESI
|
|
165
165
|
return unless attributes.is_a?(Hash)
|
166
166
|
|
167
167
|
# convert string to symbol for hash key
|
168
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
168
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
169
169
|
|
170
170
|
if attributes.has_key?(:'acceptor_id')
|
171
171
|
self.acceptor_id = attributes[:'acceptor_id']
|
@@ -254,7 +254,6 @@ module ESI
|
|
254
254
|
if attributes.has_key?(:'volume')
|
255
255
|
self.volume = attributes[:'volume']
|
256
256
|
end
|
257
|
-
|
258
257
|
end
|
259
258
|
|
260
259
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -262,50 +261,50 @@ module ESI
|
|
262
261
|
def list_invalid_properties
|
263
262
|
invalid_properties = Array.new
|
264
263
|
if @acceptor_id.nil?
|
265
|
-
invalid_properties.push(
|
264
|
+
invalid_properties.push('invalid value for "acceptor_id", acceptor_id cannot be nil.')
|
266
265
|
end
|
267
266
|
|
268
267
|
if @assignee_id.nil?
|
269
|
-
invalid_properties.push(
|
268
|
+
invalid_properties.push('invalid value for "assignee_id", assignee_id cannot be nil.')
|
270
269
|
end
|
271
270
|
|
272
271
|
if @availability.nil?
|
273
|
-
invalid_properties.push(
|
272
|
+
invalid_properties.push('invalid value for "availability", availability cannot be nil.')
|
274
273
|
end
|
275
274
|
|
276
275
|
if @contract_id.nil?
|
277
|
-
invalid_properties.push(
|
276
|
+
invalid_properties.push('invalid value for "contract_id", contract_id cannot be nil.')
|
278
277
|
end
|
279
278
|
|
280
279
|
if @date_expired.nil?
|
281
|
-
invalid_properties.push(
|
280
|
+
invalid_properties.push('invalid value for "date_expired", date_expired cannot be nil.')
|
282
281
|
end
|
283
282
|
|
284
283
|
if @date_issued.nil?
|
285
|
-
invalid_properties.push(
|
284
|
+
invalid_properties.push('invalid value for "date_issued", date_issued cannot be nil.')
|
286
285
|
end
|
287
286
|
|
288
287
|
if @for_corporation.nil?
|
289
|
-
invalid_properties.push(
|
288
|
+
invalid_properties.push('invalid value for "for_corporation", for_corporation cannot be nil.')
|
290
289
|
end
|
291
290
|
|
292
291
|
if @issuer_corporation_id.nil?
|
293
|
-
invalid_properties.push(
|
292
|
+
invalid_properties.push('invalid value for "issuer_corporation_id", issuer_corporation_id cannot be nil.')
|
294
293
|
end
|
295
294
|
|
296
295
|
if @issuer_id.nil?
|
297
|
-
invalid_properties.push(
|
296
|
+
invalid_properties.push('invalid value for "issuer_id", issuer_id cannot be nil.')
|
298
297
|
end
|
299
298
|
|
300
299
|
if @status.nil?
|
301
|
-
invalid_properties.push(
|
300
|
+
invalid_properties.push('invalid value for "status", status cannot be nil.')
|
302
301
|
end
|
303
302
|
|
304
303
|
if @type.nil?
|
305
|
-
invalid_properties.push(
|
304
|
+
invalid_properties.push('invalid value for "type", type cannot be nil.')
|
306
305
|
end
|
307
306
|
|
308
|
-
|
307
|
+
invalid_properties
|
309
308
|
end
|
310
309
|
|
311
310
|
# Check to see if the all the properties in the model are valid
|
@@ -314,7 +313,7 @@ module ESI
|
|
314
313
|
return false if @acceptor_id.nil?
|
315
314
|
return false if @assignee_id.nil?
|
316
315
|
return false if @availability.nil?
|
317
|
-
availability_validator = EnumAttributeValidator.new('String', [
|
316
|
+
availability_validator = EnumAttributeValidator.new('String', ['public', 'personal', 'corporation', 'alliance'])
|
318
317
|
return false unless availability_validator.valid?(@availability)
|
319
318
|
return false if @contract_id.nil?
|
320
319
|
return false if @date_expired.nil?
|
@@ -323,20 +322,20 @@ module ESI
|
|
323
322
|
return false if @issuer_corporation_id.nil?
|
324
323
|
return false if @issuer_id.nil?
|
325
324
|
return false if @status.nil?
|
326
|
-
status_validator = EnumAttributeValidator.new('String', [
|
325
|
+
status_validator = EnumAttributeValidator.new('String', ['outstanding', 'in_progress', 'finished_issuer', 'finished_contractor', 'finished', 'cancelled', 'rejected', 'failed', 'deleted', 'reversed'])
|
327
326
|
return false unless status_validator.valid?(@status)
|
328
327
|
return false if @type.nil?
|
329
|
-
type_validator = EnumAttributeValidator.new('String', [
|
328
|
+
type_validator = EnumAttributeValidator.new('String', ['unknown', 'item_exchange', 'auction', 'courier', 'loan'])
|
330
329
|
return false unless type_validator.valid?(@type)
|
331
|
-
|
330
|
+
true
|
332
331
|
end
|
333
332
|
|
334
333
|
# Custom attribute writer method checking allowed values (enum).
|
335
334
|
# @param [Object] availability Object to be assigned
|
336
335
|
def availability=(availability)
|
337
|
-
validator = EnumAttributeValidator.new('String', [
|
336
|
+
validator = EnumAttributeValidator.new('String', ['public', 'personal', 'corporation', 'alliance'])
|
338
337
|
unless validator.valid?(availability)
|
339
|
-
fail ArgumentError,
|
338
|
+
fail ArgumentError, 'invalid value for "availability", must be one of #{validator.allowable_values}.'
|
340
339
|
end
|
341
340
|
@availability = availability
|
342
341
|
end
|
@@ -344,9 +343,9 @@ module ESI
|
|
344
343
|
# Custom attribute writer method checking allowed values (enum).
|
345
344
|
# @param [Object] status Object to be assigned
|
346
345
|
def status=(status)
|
347
|
-
validator = EnumAttributeValidator.new('String', [
|
346
|
+
validator = EnumAttributeValidator.new('String', ['outstanding', 'in_progress', 'finished_issuer', 'finished_contractor', 'finished', 'cancelled', 'rejected', 'failed', 'deleted', 'reversed'])
|
348
347
|
unless validator.valid?(status)
|
349
|
-
fail ArgumentError,
|
348
|
+
fail ArgumentError, 'invalid value for "status", must be one of #{validator.allowable_values}.'
|
350
349
|
end
|
351
350
|
@status = status
|
352
351
|
end
|
@@ -354,9 +353,9 @@ module ESI
|
|
354
353
|
# Custom attribute writer method checking allowed values (enum).
|
355
354
|
# @param [Object] type Object to be assigned
|
356
355
|
def type=(type)
|
357
|
-
validator = EnumAttributeValidator.new('String', [
|
356
|
+
validator = EnumAttributeValidator.new('String', ['unknown', 'item_exchange', 'auction', 'courier', 'loan'])
|
358
357
|
unless validator.valid?(type)
|
359
|
-
fail ArgumentError,
|
358
|
+
fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
|
360
359
|
end
|
361
360
|
@type = type
|
362
361
|
end
|
@@ -409,10 +408,10 @@ module ESI
|
|
409
408
|
return nil unless attributes.is_a?(Hash)
|
410
409
|
self.class.swagger_types.each_pair do |key, type|
|
411
410
|
if type =~ /\AArray<(.*)>/i
|
412
|
-
# check to ensure the input is an array given that the
|
411
|
+
# check to ensure the input is an array given that the attribute
|
413
412
|
# is documented as an array but the input is not
|
414
413
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
415
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
414
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
416
415
|
end
|
417
416
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
418
417
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -494,7 +493,7 @@ module ESI
|
|
494
493
|
# @return [Hash] Returns the value in the form of hash
|
495
494
|
def _to_hash(value)
|
496
495
|
if value.is_a?(Array)
|
497
|
-
value.compact.map{ |v| _to_hash(v) }
|
496
|
+
value.compact.map { |v| _to_hash(v) }
|
498
497
|
elsif value.is_a?(Hash)
|
499
498
|
{}.tap do |hash|
|
500
499
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -507,5 +506,4 @@ module ESI
|
|
507
506
|
end
|
508
507
|
|
509
508
|
end
|
510
|
-
|
511
509
|
end
|
data/lib/ruby-esi/models/get_corporations_corporation_id_contracts_contract_id_bids_200_ok.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#An OpenAPI for EVE Online
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 1.3.8
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.13
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -27,7 +27,6 @@ module ESI
|
|
27
27
|
# Datetime when the bid was placed
|
28
28
|
attr_accessor :date_bid
|
29
29
|
|
30
|
-
|
31
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
32
31
|
def self.attribute_map
|
33
32
|
{
|
@@ -54,7 +53,7 @@ module ESI
|
|
54
53
|
return unless attributes.is_a?(Hash)
|
55
54
|
|
56
55
|
# convert string to symbol for hash key
|
57
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
56
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
58
57
|
|
59
58
|
if attributes.has_key?(:'amount')
|
60
59
|
self.amount = attributes[:'amount']
|
@@ -71,7 +70,6 @@ module ESI
|
|
71
70
|
if attributes.has_key?(:'date_bid')
|
72
71
|
self.date_bid = attributes[:'date_bid']
|
73
72
|
end
|
74
|
-
|
75
73
|
end
|
76
74
|
|
77
75
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -79,22 +77,22 @@ module ESI
|
|
79
77
|
def list_invalid_properties
|
80
78
|
invalid_properties = Array.new
|
81
79
|
if @amount.nil?
|
82
|
-
invalid_properties.push(
|
80
|
+
invalid_properties.push('invalid value for "amount", amount cannot be nil.')
|
83
81
|
end
|
84
82
|
|
85
83
|
if @bid_id.nil?
|
86
|
-
invalid_properties.push(
|
84
|
+
invalid_properties.push('invalid value for "bid_id", bid_id cannot be nil.')
|
87
85
|
end
|
88
86
|
|
89
87
|
if @bidder_id.nil?
|
90
|
-
invalid_properties.push(
|
88
|
+
invalid_properties.push('invalid value for "bidder_id", bidder_id cannot be nil.')
|
91
89
|
end
|
92
90
|
|
93
91
|
if @date_bid.nil?
|
94
|
-
invalid_properties.push(
|
92
|
+
invalid_properties.push('invalid value for "date_bid", date_bid cannot be nil.')
|
95
93
|
end
|
96
94
|
|
97
|
-
|
95
|
+
invalid_properties
|
98
96
|
end
|
99
97
|
|
100
98
|
# Check to see if the all the properties in the model are valid
|
@@ -104,7 +102,7 @@ module ESI
|
|
104
102
|
return false if @bid_id.nil?
|
105
103
|
return false if @bidder_id.nil?
|
106
104
|
return false if @date_bid.nil?
|
107
|
-
|
105
|
+
true
|
108
106
|
end
|
109
107
|
|
110
108
|
# Checks equality by comparing each attribute.
|
@@ -137,10 +135,10 @@ module ESI
|
|
137
135
|
return nil unless attributes.is_a?(Hash)
|
138
136
|
self.class.swagger_types.each_pair do |key, type|
|
139
137
|
if type =~ /\AArray<(.*)>/i
|
140
|
-
# check to ensure the input is an array given that the
|
138
|
+
# check to ensure the input is an array given that the attribute
|
141
139
|
# is documented as an array but the input is not
|
142
140
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
143
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
141
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
144
142
|
end
|
145
143
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
146
144
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -222,7 +220,7 @@ module ESI
|
|
222
220
|
# @return [Hash] Returns the value in the form of hash
|
223
221
|
def _to_hash(value)
|
224
222
|
if value.is_a?(Array)
|
225
|
-
value.compact.map{ |v| _to_hash(v) }
|
223
|
+
value.compact.map { |v| _to_hash(v) }
|
226
224
|
elsif value.is_a?(Hash)
|
227
225
|
{}.tap do |hash|
|
228
226
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -235,5 +233,4 @@ module ESI
|
|
235
233
|
end
|
236
234
|
|
237
235
|
end
|
238
|
-
|
239
236
|
end
|