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,1116 +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
|
-
# combat object
|
17
|
-
class GetCharactersCharacterIdStatsCombat
|
18
|
-
# cap_drainedby_npc integer
|
19
|
-
attr_accessor :cap_drainedby_npc
|
20
|
-
|
21
|
-
# cap_drainedby_pc integer
|
22
|
-
attr_accessor :cap_drainedby_pc
|
23
|
-
|
24
|
-
# cap_draining_pc integer
|
25
|
-
attr_accessor :cap_draining_pc
|
26
|
-
|
27
|
-
# criminal_flag_set integer
|
28
|
-
attr_accessor :criminal_flag_set
|
29
|
-
|
30
|
-
# damage_from_np_cs_amount integer
|
31
|
-
attr_accessor :damage_from_np_cs_amount
|
32
|
-
|
33
|
-
# damage_from_np_cs_num_shots integer
|
34
|
-
attr_accessor :damage_from_np_cs_num_shots
|
35
|
-
|
36
|
-
# damage_from_players_bomb_amount integer
|
37
|
-
attr_accessor :damage_from_players_bomb_amount
|
38
|
-
|
39
|
-
# damage_from_players_bomb_num_shots integer
|
40
|
-
attr_accessor :damage_from_players_bomb_num_shots
|
41
|
-
|
42
|
-
# damage_from_players_combat_drone_amount integer
|
43
|
-
attr_accessor :damage_from_players_combat_drone_amount
|
44
|
-
|
45
|
-
# damage_from_players_combat_drone_num_shots integer
|
46
|
-
attr_accessor :damage_from_players_combat_drone_num_shots
|
47
|
-
|
48
|
-
# damage_from_players_energy_amount integer
|
49
|
-
attr_accessor :damage_from_players_energy_amount
|
50
|
-
|
51
|
-
# damage_from_players_energy_num_shots integer
|
52
|
-
attr_accessor :damage_from_players_energy_num_shots
|
53
|
-
|
54
|
-
# damage_from_players_fighter_bomber_amount integer
|
55
|
-
attr_accessor :damage_from_players_fighter_bomber_amount
|
56
|
-
|
57
|
-
# damage_from_players_fighter_bomber_num_shots integer
|
58
|
-
attr_accessor :damage_from_players_fighter_bomber_num_shots
|
59
|
-
|
60
|
-
# damage_from_players_fighter_drone_amount integer
|
61
|
-
attr_accessor :damage_from_players_fighter_drone_amount
|
62
|
-
|
63
|
-
# damage_from_players_fighter_drone_num_shots integer
|
64
|
-
attr_accessor :damage_from_players_fighter_drone_num_shots
|
65
|
-
|
66
|
-
# damage_from_players_hybrid_amount integer
|
67
|
-
attr_accessor :damage_from_players_hybrid_amount
|
68
|
-
|
69
|
-
# damage_from_players_hybrid_num_shots integer
|
70
|
-
attr_accessor :damage_from_players_hybrid_num_shots
|
71
|
-
|
72
|
-
# damage_from_players_missile_amount integer
|
73
|
-
attr_accessor :damage_from_players_missile_amount
|
74
|
-
|
75
|
-
# damage_from_players_missile_num_shots integer
|
76
|
-
attr_accessor :damage_from_players_missile_num_shots
|
77
|
-
|
78
|
-
# damage_from_players_projectile_amount integer
|
79
|
-
attr_accessor :damage_from_players_projectile_amount
|
80
|
-
|
81
|
-
# damage_from_players_projectile_num_shots integer
|
82
|
-
attr_accessor :damage_from_players_projectile_num_shots
|
83
|
-
|
84
|
-
# damage_from_players_smart_bomb_amount integer
|
85
|
-
attr_accessor :damage_from_players_smart_bomb_amount
|
86
|
-
|
87
|
-
# damage_from_players_smart_bomb_num_shots integer
|
88
|
-
attr_accessor :damage_from_players_smart_bomb_num_shots
|
89
|
-
|
90
|
-
# damage_from_players_super_amount integer
|
91
|
-
attr_accessor :damage_from_players_super_amount
|
92
|
-
|
93
|
-
# damage_from_players_super_num_shots integer
|
94
|
-
attr_accessor :damage_from_players_super_num_shots
|
95
|
-
|
96
|
-
# damage_from_structures_total_amount integer
|
97
|
-
attr_accessor :damage_from_structures_total_amount
|
98
|
-
|
99
|
-
# damage_from_structures_total_num_shots integer
|
100
|
-
attr_accessor :damage_from_structures_total_num_shots
|
101
|
-
|
102
|
-
# damage_to_players_bomb_amount integer
|
103
|
-
attr_accessor :damage_to_players_bomb_amount
|
104
|
-
|
105
|
-
# damage_to_players_bomb_num_shots integer
|
106
|
-
attr_accessor :damage_to_players_bomb_num_shots
|
107
|
-
|
108
|
-
# damage_to_players_combat_drone_amount integer
|
109
|
-
attr_accessor :damage_to_players_combat_drone_amount
|
110
|
-
|
111
|
-
# damage_to_players_combat_drone_num_shots integer
|
112
|
-
attr_accessor :damage_to_players_combat_drone_num_shots
|
113
|
-
|
114
|
-
# damage_to_players_energy_amount integer
|
115
|
-
attr_accessor :damage_to_players_energy_amount
|
116
|
-
|
117
|
-
# damage_to_players_energy_num_shots integer
|
118
|
-
attr_accessor :damage_to_players_energy_num_shots
|
119
|
-
|
120
|
-
# damage_to_players_fighter_bomber_amount integer
|
121
|
-
attr_accessor :damage_to_players_fighter_bomber_amount
|
122
|
-
|
123
|
-
# damage_to_players_fighter_bomber_num_shots integer
|
124
|
-
attr_accessor :damage_to_players_fighter_bomber_num_shots
|
125
|
-
|
126
|
-
# damage_to_players_fighter_drone_amount integer
|
127
|
-
attr_accessor :damage_to_players_fighter_drone_amount
|
128
|
-
|
129
|
-
# damage_to_players_fighter_drone_num_shots integer
|
130
|
-
attr_accessor :damage_to_players_fighter_drone_num_shots
|
131
|
-
|
132
|
-
# damage_to_players_hybrid_amount integer
|
133
|
-
attr_accessor :damage_to_players_hybrid_amount
|
134
|
-
|
135
|
-
# damage_to_players_hybrid_num_shots integer
|
136
|
-
attr_accessor :damage_to_players_hybrid_num_shots
|
137
|
-
|
138
|
-
# damage_to_players_missile_amount integer
|
139
|
-
attr_accessor :damage_to_players_missile_amount
|
140
|
-
|
141
|
-
# damage_to_players_missile_num_shots integer
|
142
|
-
attr_accessor :damage_to_players_missile_num_shots
|
143
|
-
|
144
|
-
# damage_to_players_projectile_amount integer
|
145
|
-
attr_accessor :damage_to_players_projectile_amount
|
146
|
-
|
147
|
-
# damage_to_players_projectile_num_shots integer
|
148
|
-
attr_accessor :damage_to_players_projectile_num_shots
|
149
|
-
|
150
|
-
# damage_to_players_smart_bomb_amount integer
|
151
|
-
attr_accessor :damage_to_players_smart_bomb_amount
|
152
|
-
|
153
|
-
# damage_to_players_smart_bomb_num_shots integer
|
154
|
-
attr_accessor :damage_to_players_smart_bomb_num_shots
|
155
|
-
|
156
|
-
# damage_to_players_super_amount integer
|
157
|
-
attr_accessor :damage_to_players_super_amount
|
158
|
-
|
159
|
-
# damage_to_players_super_num_shots integer
|
160
|
-
attr_accessor :damage_to_players_super_num_shots
|
161
|
-
|
162
|
-
# damage_to_structures_total_amount integer
|
163
|
-
attr_accessor :damage_to_structures_total_amount
|
164
|
-
|
165
|
-
# damage_to_structures_total_num_shots integer
|
166
|
-
attr_accessor :damage_to_structures_total_num_shots
|
167
|
-
|
168
|
-
# deaths_high_sec integer
|
169
|
-
attr_accessor :deaths_high_sec
|
170
|
-
|
171
|
-
# deaths_low_sec integer
|
172
|
-
attr_accessor :deaths_low_sec
|
173
|
-
|
174
|
-
# deaths_null_sec integer
|
175
|
-
attr_accessor :deaths_null_sec
|
176
|
-
|
177
|
-
# deaths_pod_high_sec integer
|
178
|
-
attr_accessor :deaths_pod_high_sec
|
179
|
-
|
180
|
-
# deaths_pod_low_sec integer
|
181
|
-
attr_accessor :deaths_pod_low_sec
|
182
|
-
|
183
|
-
# deaths_pod_null_sec integer
|
184
|
-
attr_accessor :deaths_pod_null_sec
|
185
|
-
|
186
|
-
# deaths_pod_wormhole integer
|
187
|
-
attr_accessor :deaths_pod_wormhole
|
188
|
-
|
189
|
-
# deaths_wormhole integer
|
190
|
-
attr_accessor :deaths_wormhole
|
191
|
-
|
192
|
-
# drone_engage integer
|
193
|
-
attr_accessor :drone_engage
|
194
|
-
|
195
|
-
# dscans integer
|
196
|
-
attr_accessor :dscans
|
197
|
-
|
198
|
-
# duel_requested integer
|
199
|
-
attr_accessor :duel_requested
|
200
|
-
|
201
|
-
# engagement_register integer
|
202
|
-
attr_accessor :engagement_register
|
203
|
-
|
204
|
-
# kills_assists integer
|
205
|
-
attr_accessor :kills_assists
|
206
|
-
|
207
|
-
# kills_high_sec integer
|
208
|
-
attr_accessor :kills_high_sec
|
209
|
-
|
210
|
-
# kills_low_sec integer
|
211
|
-
attr_accessor :kills_low_sec
|
212
|
-
|
213
|
-
# kills_null_sec integer
|
214
|
-
attr_accessor :kills_null_sec
|
215
|
-
|
216
|
-
# kills_pod_high_sec integer
|
217
|
-
attr_accessor :kills_pod_high_sec
|
218
|
-
|
219
|
-
# kills_pod_low_sec integer
|
220
|
-
attr_accessor :kills_pod_low_sec
|
221
|
-
|
222
|
-
# kills_pod_null_sec integer
|
223
|
-
attr_accessor :kills_pod_null_sec
|
224
|
-
|
225
|
-
# kills_pod_wormhole integer
|
226
|
-
attr_accessor :kills_pod_wormhole
|
227
|
-
|
228
|
-
# kills_wormhole integer
|
229
|
-
attr_accessor :kills_wormhole
|
230
|
-
|
231
|
-
# npc_flag_set integer
|
232
|
-
attr_accessor :npc_flag_set
|
233
|
-
|
234
|
-
# probe_scans integer
|
235
|
-
attr_accessor :probe_scans
|
236
|
-
|
237
|
-
# pvp_flag_set integer
|
238
|
-
attr_accessor :pvp_flag_set
|
239
|
-
|
240
|
-
# repair_armor_by_remote_amount integer
|
241
|
-
attr_accessor :repair_armor_by_remote_amount
|
242
|
-
|
243
|
-
# repair_armor_remote_amount integer
|
244
|
-
attr_accessor :repair_armor_remote_amount
|
245
|
-
|
246
|
-
# repair_armor_self_amount integer
|
247
|
-
attr_accessor :repair_armor_self_amount
|
248
|
-
|
249
|
-
# repair_capacitor_by_remote_amount integer
|
250
|
-
attr_accessor :repair_capacitor_by_remote_amount
|
251
|
-
|
252
|
-
# repair_capacitor_remote_amount integer
|
253
|
-
attr_accessor :repair_capacitor_remote_amount
|
254
|
-
|
255
|
-
# repair_capacitor_self_amount integer
|
256
|
-
attr_accessor :repair_capacitor_self_amount
|
257
|
-
|
258
|
-
# repair_hull_by_remote_amount integer
|
259
|
-
attr_accessor :repair_hull_by_remote_amount
|
260
|
-
|
261
|
-
# repair_hull_remote_amount integer
|
262
|
-
attr_accessor :repair_hull_remote_amount
|
263
|
-
|
264
|
-
# repair_hull_self_amount integer
|
265
|
-
attr_accessor :repair_hull_self_amount
|
266
|
-
|
267
|
-
# repair_shield_by_remote_amount integer
|
268
|
-
attr_accessor :repair_shield_by_remote_amount
|
269
|
-
|
270
|
-
# repair_shield_remote_amount integer
|
271
|
-
attr_accessor :repair_shield_remote_amount
|
272
|
-
|
273
|
-
# repair_shield_self_amount integer
|
274
|
-
attr_accessor :repair_shield_self_amount
|
275
|
-
|
276
|
-
# self_destructs integer
|
277
|
-
attr_accessor :self_destructs
|
278
|
-
|
279
|
-
# warp_scramble_pc integer
|
280
|
-
attr_accessor :warp_scramble_pc
|
281
|
-
|
282
|
-
# warp_scrambledby_npc integer
|
283
|
-
attr_accessor :warp_scrambledby_npc
|
284
|
-
|
285
|
-
# warp_scrambledby_pc integer
|
286
|
-
attr_accessor :warp_scrambledby_pc
|
287
|
-
|
288
|
-
# weapon_flag_set integer
|
289
|
-
attr_accessor :weapon_flag_set
|
290
|
-
|
291
|
-
# webifiedby_npc integer
|
292
|
-
attr_accessor :webifiedby_npc
|
293
|
-
|
294
|
-
# webifiedby_pc integer
|
295
|
-
attr_accessor :webifiedby_pc
|
296
|
-
|
297
|
-
# webifying_pc integer
|
298
|
-
attr_accessor :webifying_pc
|
299
|
-
|
300
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
301
|
-
def self.attribute_map
|
302
|
-
{
|
303
|
-
:'cap_drainedby_npc' => :'cap_drainedby_npc',
|
304
|
-
:'cap_drainedby_pc' => :'cap_drainedby_pc',
|
305
|
-
:'cap_draining_pc' => :'cap_draining_pc',
|
306
|
-
:'criminal_flag_set' => :'criminal_flag_set',
|
307
|
-
:'damage_from_np_cs_amount' => :'damage_from_np_cs_amount',
|
308
|
-
:'damage_from_np_cs_num_shots' => :'damage_from_np_cs_num_shots',
|
309
|
-
:'damage_from_players_bomb_amount' => :'damage_from_players_bomb_amount',
|
310
|
-
:'damage_from_players_bomb_num_shots' => :'damage_from_players_bomb_num_shots',
|
311
|
-
:'damage_from_players_combat_drone_amount' => :'damage_from_players_combat_drone_amount',
|
312
|
-
:'damage_from_players_combat_drone_num_shots' => :'damage_from_players_combat_drone_num_shots',
|
313
|
-
:'damage_from_players_energy_amount' => :'damage_from_players_energy_amount',
|
314
|
-
:'damage_from_players_energy_num_shots' => :'damage_from_players_energy_num_shots',
|
315
|
-
:'damage_from_players_fighter_bomber_amount' => :'damage_from_players_fighter_bomber_amount',
|
316
|
-
:'damage_from_players_fighter_bomber_num_shots' => :'damage_from_players_fighter_bomber_num_shots',
|
317
|
-
:'damage_from_players_fighter_drone_amount' => :'damage_from_players_fighter_drone_amount',
|
318
|
-
:'damage_from_players_fighter_drone_num_shots' => :'damage_from_players_fighter_drone_num_shots',
|
319
|
-
:'damage_from_players_hybrid_amount' => :'damage_from_players_hybrid_amount',
|
320
|
-
:'damage_from_players_hybrid_num_shots' => :'damage_from_players_hybrid_num_shots',
|
321
|
-
:'damage_from_players_missile_amount' => :'damage_from_players_missile_amount',
|
322
|
-
:'damage_from_players_missile_num_shots' => :'damage_from_players_missile_num_shots',
|
323
|
-
:'damage_from_players_projectile_amount' => :'damage_from_players_projectile_amount',
|
324
|
-
:'damage_from_players_projectile_num_shots' => :'damage_from_players_projectile_num_shots',
|
325
|
-
:'damage_from_players_smart_bomb_amount' => :'damage_from_players_smart_bomb_amount',
|
326
|
-
:'damage_from_players_smart_bomb_num_shots' => :'damage_from_players_smart_bomb_num_shots',
|
327
|
-
:'damage_from_players_super_amount' => :'damage_from_players_super_amount',
|
328
|
-
:'damage_from_players_super_num_shots' => :'damage_from_players_super_num_shots',
|
329
|
-
:'damage_from_structures_total_amount' => :'damage_from_structures_total_amount',
|
330
|
-
:'damage_from_structures_total_num_shots' => :'damage_from_structures_total_num_shots',
|
331
|
-
:'damage_to_players_bomb_amount' => :'damage_to_players_bomb_amount',
|
332
|
-
:'damage_to_players_bomb_num_shots' => :'damage_to_players_bomb_num_shots',
|
333
|
-
:'damage_to_players_combat_drone_amount' => :'damage_to_players_combat_drone_amount',
|
334
|
-
:'damage_to_players_combat_drone_num_shots' => :'damage_to_players_combat_drone_num_shots',
|
335
|
-
:'damage_to_players_energy_amount' => :'damage_to_players_energy_amount',
|
336
|
-
:'damage_to_players_energy_num_shots' => :'damage_to_players_energy_num_shots',
|
337
|
-
:'damage_to_players_fighter_bomber_amount' => :'damage_to_players_fighter_bomber_amount',
|
338
|
-
:'damage_to_players_fighter_bomber_num_shots' => :'damage_to_players_fighter_bomber_num_shots',
|
339
|
-
:'damage_to_players_fighter_drone_amount' => :'damage_to_players_fighter_drone_amount',
|
340
|
-
:'damage_to_players_fighter_drone_num_shots' => :'damage_to_players_fighter_drone_num_shots',
|
341
|
-
:'damage_to_players_hybrid_amount' => :'damage_to_players_hybrid_amount',
|
342
|
-
:'damage_to_players_hybrid_num_shots' => :'damage_to_players_hybrid_num_shots',
|
343
|
-
:'damage_to_players_missile_amount' => :'damage_to_players_missile_amount',
|
344
|
-
:'damage_to_players_missile_num_shots' => :'damage_to_players_missile_num_shots',
|
345
|
-
:'damage_to_players_projectile_amount' => :'damage_to_players_projectile_amount',
|
346
|
-
:'damage_to_players_projectile_num_shots' => :'damage_to_players_projectile_num_shots',
|
347
|
-
:'damage_to_players_smart_bomb_amount' => :'damage_to_players_smart_bomb_amount',
|
348
|
-
:'damage_to_players_smart_bomb_num_shots' => :'damage_to_players_smart_bomb_num_shots',
|
349
|
-
:'damage_to_players_super_amount' => :'damage_to_players_super_amount',
|
350
|
-
:'damage_to_players_super_num_shots' => :'damage_to_players_super_num_shots',
|
351
|
-
:'damage_to_structures_total_amount' => :'damage_to_structures_total_amount',
|
352
|
-
:'damage_to_structures_total_num_shots' => :'damage_to_structures_total_num_shots',
|
353
|
-
:'deaths_high_sec' => :'deaths_high_sec',
|
354
|
-
:'deaths_low_sec' => :'deaths_low_sec',
|
355
|
-
:'deaths_null_sec' => :'deaths_null_sec',
|
356
|
-
:'deaths_pod_high_sec' => :'deaths_pod_high_sec',
|
357
|
-
:'deaths_pod_low_sec' => :'deaths_pod_low_sec',
|
358
|
-
:'deaths_pod_null_sec' => :'deaths_pod_null_sec',
|
359
|
-
:'deaths_pod_wormhole' => :'deaths_pod_wormhole',
|
360
|
-
:'deaths_wormhole' => :'deaths_wormhole',
|
361
|
-
:'drone_engage' => :'drone_engage',
|
362
|
-
:'dscans' => :'dscans',
|
363
|
-
:'duel_requested' => :'duel_requested',
|
364
|
-
:'engagement_register' => :'engagement_register',
|
365
|
-
:'kills_assists' => :'kills_assists',
|
366
|
-
:'kills_high_sec' => :'kills_high_sec',
|
367
|
-
:'kills_low_sec' => :'kills_low_sec',
|
368
|
-
:'kills_null_sec' => :'kills_null_sec',
|
369
|
-
:'kills_pod_high_sec' => :'kills_pod_high_sec',
|
370
|
-
:'kills_pod_low_sec' => :'kills_pod_low_sec',
|
371
|
-
:'kills_pod_null_sec' => :'kills_pod_null_sec',
|
372
|
-
:'kills_pod_wormhole' => :'kills_pod_wormhole',
|
373
|
-
:'kills_wormhole' => :'kills_wormhole',
|
374
|
-
:'npc_flag_set' => :'npc_flag_set',
|
375
|
-
:'probe_scans' => :'probe_scans',
|
376
|
-
:'pvp_flag_set' => :'pvp_flag_set',
|
377
|
-
:'repair_armor_by_remote_amount' => :'repair_armor_by_remote_amount',
|
378
|
-
:'repair_armor_remote_amount' => :'repair_armor_remote_amount',
|
379
|
-
:'repair_armor_self_amount' => :'repair_armor_self_amount',
|
380
|
-
:'repair_capacitor_by_remote_amount' => :'repair_capacitor_by_remote_amount',
|
381
|
-
:'repair_capacitor_remote_amount' => :'repair_capacitor_remote_amount',
|
382
|
-
:'repair_capacitor_self_amount' => :'repair_capacitor_self_amount',
|
383
|
-
:'repair_hull_by_remote_amount' => :'repair_hull_by_remote_amount',
|
384
|
-
:'repair_hull_remote_amount' => :'repair_hull_remote_amount',
|
385
|
-
:'repair_hull_self_amount' => :'repair_hull_self_amount',
|
386
|
-
:'repair_shield_by_remote_amount' => :'repair_shield_by_remote_amount',
|
387
|
-
:'repair_shield_remote_amount' => :'repair_shield_remote_amount',
|
388
|
-
:'repair_shield_self_amount' => :'repair_shield_self_amount',
|
389
|
-
:'self_destructs' => :'self_destructs',
|
390
|
-
:'warp_scramble_pc' => :'warp_scramble_pc',
|
391
|
-
:'warp_scrambledby_npc' => :'warp_scrambledby_npc',
|
392
|
-
:'warp_scrambledby_pc' => :'warp_scrambledby_pc',
|
393
|
-
:'weapon_flag_set' => :'weapon_flag_set',
|
394
|
-
:'webifiedby_npc' => :'webifiedby_npc',
|
395
|
-
:'webifiedby_pc' => :'webifiedby_pc',
|
396
|
-
:'webifying_pc' => :'webifying_pc'
|
397
|
-
}
|
398
|
-
end
|
399
|
-
|
400
|
-
# Attribute type mapping.
|
401
|
-
def self.swagger_types
|
402
|
-
{
|
403
|
-
:'cap_drainedby_npc' => :'Integer',
|
404
|
-
:'cap_drainedby_pc' => :'Integer',
|
405
|
-
:'cap_draining_pc' => :'Integer',
|
406
|
-
:'criminal_flag_set' => :'Integer',
|
407
|
-
:'damage_from_np_cs_amount' => :'Integer',
|
408
|
-
:'damage_from_np_cs_num_shots' => :'Integer',
|
409
|
-
:'damage_from_players_bomb_amount' => :'Integer',
|
410
|
-
:'damage_from_players_bomb_num_shots' => :'Integer',
|
411
|
-
:'damage_from_players_combat_drone_amount' => :'Integer',
|
412
|
-
:'damage_from_players_combat_drone_num_shots' => :'Integer',
|
413
|
-
:'damage_from_players_energy_amount' => :'Integer',
|
414
|
-
:'damage_from_players_energy_num_shots' => :'Integer',
|
415
|
-
:'damage_from_players_fighter_bomber_amount' => :'Integer',
|
416
|
-
:'damage_from_players_fighter_bomber_num_shots' => :'Integer',
|
417
|
-
:'damage_from_players_fighter_drone_amount' => :'Integer',
|
418
|
-
:'damage_from_players_fighter_drone_num_shots' => :'Integer',
|
419
|
-
:'damage_from_players_hybrid_amount' => :'Integer',
|
420
|
-
:'damage_from_players_hybrid_num_shots' => :'Integer',
|
421
|
-
:'damage_from_players_missile_amount' => :'Integer',
|
422
|
-
:'damage_from_players_missile_num_shots' => :'Integer',
|
423
|
-
:'damage_from_players_projectile_amount' => :'Integer',
|
424
|
-
:'damage_from_players_projectile_num_shots' => :'Integer',
|
425
|
-
:'damage_from_players_smart_bomb_amount' => :'Integer',
|
426
|
-
:'damage_from_players_smart_bomb_num_shots' => :'Integer',
|
427
|
-
:'damage_from_players_super_amount' => :'Integer',
|
428
|
-
:'damage_from_players_super_num_shots' => :'Integer',
|
429
|
-
:'damage_from_structures_total_amount' => :'Integer',
|
430
|
-
:'damage_from_structures_total_num_shots' => :'Integer',
|
431
|
-
:'damage_to_players_bomb_amount' => :'Integer',
|
432
|
-
:'damage_to_players_bomb_num_shots' => :'Integer',
|
433
|
-
:'damage_to_players_combat_drone_amount' => :'Integer',
|
434
|
-
:'damage_to_players_combat_drone_num_shots' => :'Integer',
|
435
|
-
:'damage_to_players_energy_amount' => :'Integer',
|
436
|
-
:'damage_to_players_energy_num_shots' => :'Integer',
|
437
|
-
:'damage_to_players_fighter_bomber_amount' => :'Integer',
|
438
|
-
:'damage_to_players_fighter_bomber_num_shots' => :'Integer',
|
439
|
-
:'damage_to_players_fighter_drone_amount' => :'Integer',
|
440
|
-
:'damage_to_players_fighter_drone_num_shots' => :'Integer',
|
441
|
-
:'damage_to_players_hybrid_amount' => :'Integer',
|
442
|
-
:'damage_to_players_hybrid_num_shots' => :'Integer',
|
443
|
-
:'damage_to_players_missile_amount' => :'Integer',
|
444
|
-
:'damage_to_players_missile_num_shots' => :'Integer',
|
445
|
-
:'damage_to_players_projectile_amount' => :'Integer',
|
446
|
-
:'damage_to_players_projectile_num_shots' => :'Integer',
|
447
|
-
:'damage_to_players_smart_bomb_amount' => :'Integer',
|
448
|
-
:'damage_to_players_smart_bomb_num_shots' => :'Integer',
|
449
|
-
:'damage_to_players_super_amount' => :'Integer',
|
450
|
-
:'damage_to_players_super_num_shots' => :'Integer',
|
451
|
-
:'damage_to_structures_total_amount' => :'Integer',
|
452
|
-
:'damage_to_structures_total_num_shots' => :'Integer',
|
453
|
-
:'deaths_high_sec' => :'Integer',
|
454
|
-
:'deaths_low_sec' => :'Integer',
|
455
|
-
:'deaths_null_sec' => :'Integer',
|
456
|
-
:'deaths_pod_high_sec' => :'Integer',
|
457
|
-
:'deaths_pod_low_sec' => :'Integer',
|
458
|
-
:'deaths_pod_null_sec' => :'Integer',
|
459
|
-
:'deaths_pod_wormhole' => :'Integer',
|
460
|
-
:'deaths_wormhole' => :'Integer',
|
461
|
-
:'drone_engage' => :'Integer',
|
462
|
-
:'dscans' => :'Integer',
|
463
|
-
:'duel_requested' => :'Integer',
|
464
|
-
:'engagement_register' => :'Integer',
|
465
|
-
:'kills_assists' => :'Integer',
|
466
|
-
:'kills_high_sec' => :'Integer',
|
467
|
-
:'kills_low_sec' => :'Integer',
|
468
|
-
:'kills_null_sec' => :'Integer',
|
469
|
-
:'kills_pod_high_sec' => :'Integer',
|
470
|
-
:'kills_pod_low_sec' => :'Integer',
|
471
|
-
:'kills_pod_null_sec' => :'Integer',
|
472
|
-
:'kills_pod_wormhole' => :'Integer',
|
473
|
-
:'kills_wormhole' => :'Integer',
|
474
|
-
:'npc_flag_set' => :'Integer',
|
475
|
-
:'probe_scans' => :'Integer',
|
476
|
-
:'pvp_flag_set' => :'Integer',
|
477
|
-
:'repair_armor_by_remote_amount' => :'Integer',
|
478
|
-
:'repair_armor_remote_amount' => :'Integer',
|
479
|
-
:'repair_armor_self_amount' => :'Integer',
|
480
|
-
:'repair_capacitor_by_remote_amount' => :'Integer',
|
481
|
-
:'repair_capacitor_remote_amount' => :'Integer',
|
482
|
-
:'repair_capacitor_self_amount' => :'Integer',
|
483
|
-
:'repair_hull_by_remote_amount' => :'Integer',
|
484
|
-
:'repair_hull_remote_amount' => :'Integer',
|
485
|
-
:'repair_hull_self_amount' => :'Integer',
|
486
|
-
:'repair_shield_by_remote_amount' => :'Integer',
|
487
|
-
:'repair_shield_remote_amount' => :'Integer',
|
488
|
-
:'repair_shield_self_amount' => :'Integer',
|
489
|
-
:'self_destructs' => :'Integer',
|
490
|
-
:'warp_scramble_pc' => :'Integer',
|
491
|
-
:'warp_scrambledby_npc' => :'Integer',
|
492
|
-
:'warp_scrambledby_pc' => :'Integer',
|
493
|
-
:'weapon_flag_set' => :'Integer',
|
494
|
-
:'webifiedby_npc' => :'Integer',
|
495
|
-
:'webifiedby_pc' => :'Integer',
|
496
|
-
:'webifying_pc' => :'Integer'
|
497
|
-
}
|
498
|
-
end
|
499
|
-
|
500
|
-
# Initializes the object
|
501
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
502
|
-
def initialize(attributes = {})
|
503
|
-
return unless attributes.is_a?(Hash)
|
504
|
-
|
505
|
-
# convert string to symbol for hash key
|
506
|
-
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
507
|
-
|
508
|
-
if attributes.has_key?(:'cap_drainedby_npc')
|
509
|
-
self.cap_drainedby_npc = attributes[:'cap_drainedby_npc']
|
510
|
-
end
|
511
|
-
|
512
|
-
if attributes.has_key?(:'cap_drainedby_pc')
|
513
|
-
self.cap_drainedby_pc = attributes[:'cap_drainedby_pc']
|
514
|
-
end
|
515
|
-
|
516
|
-
if attributes.has_key?(:'cap_draining_pc')
|
517
|
-
self.cap_draining_pc = attributes[:'cap_draining_pc']
|
518
|
-
end
|
519
|
-
|
520
|
-
if attributes.has_key?(:'criminal_flag_set')
|
521
|
-
self.criminal_flag_set = attributes[:'criminal_flag_set']
|
522
|
-
end
|
523
|
-
|
524
|
-
if attributes.has_key?(:'damage_from_np_cs_amount')
|
525
|
-
self.damage_from_np_cs_amount = attributes[:'damage_from_np_cs_amount']
|
526
|
-
end
|
527
|
-
|
528
|
-
if attributes.has_key?(:'damage_from_np_cs_num_shots')
|
529
|
-
self.damage_from_np_cs_num_shots = attributes[:'damage_from_np_cs_num_shots']
|
530
|
-
end
|
531
|
-
|
532
|
-
if attributes.has_key?(:'damage_from_players_bomb_amount')
|
533
|
-
self.damage_from_players_bomb_amount = attributes[:'damage_from_players_bomb_amount']
|
534
|
-
end
|
535
|
-
|
536
|
-
if attributes.has_key?(:'damage_from_players_bomb_num_shots')
|
537
|
-
self.damage_from_players_bomb_num_shots = attributes[:'damage_from_players_bomb_num_shots']
|
538
|
-
end
|
539
|
-
|
540
|
-
if attributes.has_key?(:'damage_from_players_combat_drone_amount')
|
541
|
-
self.damage_from_players_combat_drone_amount = attributes[:'damage_from_players_combat_drone_amount']
|
542
|
-
end
|
543
|
-
|
544
|
-
if attributes.has_key?(:'damage_from_players_combat_drone_num_shots')
|
545
|
-
self.damage_from_players_combat_drone_num_shots = attributes[:'damage_from_players_combat_drone_num_shots']
|
546
|
-
end
|
547
|
-
|
548
|
-
if attributes.has_key?(:'damage_from_players_energy_amount')
|
549
|
-
self.damage_from_players_energy_amount = attributes[:'damage_from_players_energy_amount']
|
550
|
-
end
|
551
|
-
|
552
|
-
if attributes.has_key?(:'damage_from_players_energy_num_shots')
|
553
|
-
self.damage_from_players_energy_num_shots = attributes[:'damage_from_players_energy_num_shots']
|
554
|
-
end
|
555
|
-
|
556
|
-
if attributes.has_key?(:'damage_from_players_fighter_bomber_amount')
|
557
|
-
self.damage_from_players_fighter_bomber_amount = attributes[:'damage_from_players_fighter_bomber_amount']
|
558
|
-
end
|
559
|
-
|
560
|
-
if attributes.has_key?(:'damage_from_players_fighter_bomber_num_shots')
|
561
|
-
self.damage_from_players_fighter_bomber_num_shots = attributes[:'damage_from_players_fighter_bomber_num_shots']
|
562
|
-
end
|
563
|
-
|
564
|
-
if attributes.has_key?(:'damage_from_players_fighter_drone_amount')
|
565
|
-
self.damage_from_players_fighter_drone_amount = attributes[:'damage_from_players_fighter_drone_amount']
|
566
|
-
end
|
567
|
-
|
568
|
-
if attributes.has_key?(:'damage_from_players_fighter_drone_num_shots')
|
569
|
-
self.damage_from_players_fighter_drone_num_shots = attributes[:'damage_from_players_fighter_drone_num_shots']
|
570
|
-
end
|
571
|
-
|
572
|
-
if attributes.has_key?(:'damage_from_players_hybrid_amount')
|
573
|
-
self.damage_from_players_hybrid_amount = attributes[:'damage_from_players_hybrid_amount']
|
574
|
-
end
|
575
|
-
|
576
|
-
if attributes.has_key?(:'damage_from_players_hybrid_num_shots')
|
577
|
-
self.damage_from_players_hybrid_num_shots = attributes[:'damage_from_players_hybrid_num_shots']
|
578
|
-
end
|
579
|
-
|
580
|
-
if attributes.has_key?(:'damage_from_players_missile_amount')
|
581
|
-
self.damage_from_players_missile_amount = attributes[:'damage_from_players_missile_amount']
|
582
|
-
end
|
583
|
-
|
584
|
-
if attributes.has_key?(:'damage_from_players_missile_num_shots')
|
585
|
-
self.damage_from_players_missile_num_shots = attributes[:'damage_from_players_missile_num_shots']
|
586
|
-
end
|
587
|
-
|
588
|
-
if attributes.has_key?(:'damage_from_players_projectile_amount')
|
589
|
-
self.damage_from_players_projectile_amount = attributes[:'damage_from_players_projectile_amount']
|
590
|
-
end
|
591
|
-
|
592
|
-
if attributes.has_key?(:'damage_from_players_projectile_num_shots')
|
593
|
-
self.damage_from_players_projectile_num_shots = attributes[:'damage_from_players_projectile_num_shots']
|
594
|
-
end
|
595
|
-
|
596
|
-
if attributes.has_key?(:'damage_from_players_smart_bomb_amount')
|
597
|
-
self.damage_from_players_smart_bomb_amount = attributes[:'damage_from_players_smart_bomb_amount']
|
598
|
-
end
|
599
|
-
|
600
|
-
if attributes.has_key?(:'damage_from_players_smart_bomb_num_shots')
|
601
|
-
self.damage_from_players_smart_bomb_num_shots = attributes[:'damage_from_players_smart_bomb_num_shots']
|
602
|
-
end
|
603
|
-
|
604
|
-
if attributes.has_key?(:'damage_from_players_super_amount')
|
605
|
-
self.damage_from_players_super_amount = attributes[:'damage_from_players_super_amount']
|
606
|
-
end
|
607
|
-
|
608
|
-
if attributes.has_key?(:'damage_from_players_super_num_shots')
|
609
|
-
self.damage_from_players_super_num_shots = attributes[:'damage_from_players_super_num_shots']
|
610
|
-
end
|
611
|
-
|
612
|
-
if attributes.has_key?(:'damage_from_structures_total_amount')
|
613
|
-
self.damage_from_structures_total_amount = attributes[:'damage_from_structures_total_amount']
|
614
|
-
end
|
615
|
-
|
616
|
-
if attributes.has_key?(:'damage_from_structures_total_num_shots')
|
617
|
-
self.damage_from_structures_total_num_shots = attributes[:'damage_from_structures_total_num_shots']
|
618
|
-
end
|
619
|
-
|
620
|
-
if attributes.has_key?(:'damage_to_players_bomb_amount')
|
621
|
-
self.damage_to_players_bomb_amount = attributes[:'damage_to_players_bomb_amount']
|
622
|
-
end
|
623
|
-
|
624
|
-
if attributes.has_key?(:'damage_to_players_bomb_num_shots')
|
625
|
-
self.damage_to_players_bomb_num_shots = attributes[:'damage_to_players_bomb_num_shots']
|
626
|
-
end
|
627
|
-
|
628
|
-
if attributes.has_key?(:'damage_to_players_combat_drone_amount')
|
629
|
-
self.damage_to_players_combat_drone_amount = attributes[:'damage_to_players_combat_drone_amount']
|
630
|
-
end
|
631
|
-
|
632
|
-
if attributes.has_key?(:'damage_to_players_combat_drone_num_shots')
|
633
|
-
self.damage_to_players_combat_drone_num_shots = attributes[:'damage_to_players_combat_drone_num_shots']
|
634
|
-
end
|
635
|
-
|
636
|
-
if attributes.has_key?(:'damage_to_players_energy_amount')
|
637
|
-
self.damage_to_players_energy_amount = attributes[:'damage_to_players_energy_amount']
|
638
|
-
end
|
639
|
-
|
640
|
-
if attributes.has_key?(:'damage_to_players_energy_num_shots')
|
641
|
-
self.damage_to_players_energy_num_shots = attributes[:'damage_to_players_energy_num_shots']
|
642
|
-
end
|
643
|
-
|
644
|
-
if attributes.has_key?(:'damage_to_players_fighter_bomber_amount')
|
645
|
-
self.damage_to_players_fighter_bomber_amount = attributes[:'damage_to_players_fighter_bomber_amount']
|
646
|
-
end
|
647
|
-
|
648
|
-
if attributes.has_key?(:'damage_to_players_fighter_bomber_num_shots')
|
649
|
-
self.damage_to_players_fighter_bomber_num_shots = attributes[:'damage_to_players_fighter_bomber_num_shots']
|
650
|
-
end
|
651
|
-
|
652
|
-
if attributes.has_key?(:'damage_to_players_fighter_drone_amount')
|
653
|
-
self.damage_to_players_fighter_drone_amount = attributes[:'damage_to_players_fighter_drone_amount']
|
654
|
-
end
|
655
|
-
|
656
|
-
if attributes.has_key?(:'damage_to_players_fighter_drone_num_shots')
|
657
|
-
self.damage_to_players_fighter_drone_num_shots = attributes[:'damage_to_players_fighter_drone_num_shots']
|
658
|
-
end
|
659
|
-
|
660
|
-
if attributes.has_key?(:'damage_to_players_hybrid_amount')
|
661
|
-
self.damage_to_players_hybrid_amount = attributes[:'damage_to_players_hybrid_amount']
|
662
|
-
end
|
663
|
-
|
664
|
-
if attributes.has_key?(:'damage_to_players_hybrid_num_shots')
|
665
|
-
self.damage_to_players_hybrid_num_shots = attributes[:'damage_to_players_hybrid_num_shots']
|
666
|
-
end
|
667
|
-
|
668
|
-
if attributes.has_key?(:'damage_to_players_missile_amount')
|
669
|
-
self.damage_to_players_missile_amount = attributes[:'damage_to_players_missile_amount']
|
670
|
-
end
|
671
|
-
|
672
|
-
if attributes.has_key?(:'damage_to_players_missile_num_shots')
|
673
|
-
self.damage_to_players_missile_num_shots = attributes[:'damage_to_players_missile_num_shots']
|
674
|
-
end
|
675
|
-
|
676
|
-
if attributes.has_key?(:'damage_to_players_projectile_amount')
|
677
|
-
self.damage_to_players_projectile_amount = attributes[:'damage_to_players_projectile_amount']
|
678
|
-
end
|
679
|
-
|
680
|
-
if attributes.has_key?(:'damage_to_players_projectile_num_shots')
|
681
|
-
self.damage_to_players_projectile_num_shots = attributes[:'damage_to_players_projectile_num_shots']
|
682
|
-
end
|
683
|
-
|
684
|
-
if attributes.has_key?(:'damage_to_players_smart_bomb_amount')
|
685
|
-
self.damage_to_players_smart_bomb_amount = attributes[:'damage_to_players_smart_bomb_amount']
|
686
|
-
end
|
687
|
-
|
688
|
-
if attributes.has_key?(:'damage_to_players_smart_bomb_num_shots')
|
689
|
-
self.damage_to_players_smart_bomb_num_shots = attributes[:'damage_to_players_smart_bomb_num_shots']
|
690
|
-
end
|
691
|
-
|
692
|
-
if attributes.has_key?(:'damage_to_players_super_amount')
|
693
|
-
self.damage_to_players_super_amount = attributes[:'damage_to_players_super_amount']
|
694
|
-
end
|
695
|
-
|
696
|
-
if attributes.has_key?(:'damage_to_players_super_num_shots')
|
697
|
-
self.damage_to_players_super_num_shots = attributes[:'damage_to_players_super_num_shots']
|
698
|
-
end
|
699
|
-
|
700
|
-
if attributes.has_key?(:'damage_to_structures_total_amount')
|
701
|
-
self.damage_to_structures_total_amount = attributes[:'damage_to_structures_total_amount']
|
702
|
-
end
|
703
|
-
|
704
|
-
if attributes.has_key?(:'damage_to_structures_total_num_shots')
|
705
|
-
self.damage_to_structures_total_num_shots = attributes[:'damage_to_structures_total_num_shots']
|
706
|
-
end
|
707
|
-
|
708
|
-
if attributes.has_key?(:'deaths_high_sec')
|
709
|
-
self.deaths_high_sec = attributes[:'deaths_high_sec']
|
710
|
-
end
|
711
|
-
|
712
|
-
if attributes.has_key?(:'deaths_low_sec')
|
713
|
-
self.deaths_low_sec = attributes[:'deaths_low_sec']
|
714
|
-
end
|
715
|
-
|
716
|
-
if attributes.has_key?(:'deaths_null_sec')
|
717
|
-
self.deaths_null_sec = attributes[:'deaths_null_sec']
|
718
|
-
end
|
719
|
-
|
720
|
-
if attributes.has_key?(:'deaths_pod_high_sec')
|
721
|
-
self.deaths_pod_high_sec = attributes[:'deaths_pod_high_sec']
|
722
|
-
end
|
723
|
-
|
724
|
-
if attributes.has_key?(:'deaths_pod_low_sec')
|
725
|
-
self.deaths_pod_low_sec = attributes[:'deaths_pod_low_sec']
|
726
|
-
end
|
727
|
-
|
728
|
-
if attributes.has_key?(:'deaths_pod_null_sec')
|
729
|
-
self.deaths_pod_null_sec = attributes[:'deaths_pod_null_sec']
|
730
|
-
end
|
731
|
-
|
732
|
-
if attributes.has_key?(:'deaths_pod_wormhole')
|
733
|
-
self.deaths_pod_wormhole = attributes[:'deaths_pod_wormhole']
|
734
|
-
end
|
735
|
-
|
736
|
-
if attributes.has_key?(:'deaths_wormhole')
|
737
|
-
self.deaths_wormhole = attributes[:'deaths_wormhole']
|
738
|
-
end
|
739
|
-
|
740
|
-
if attributes.has_key?(:'drone_engage')
|
741
|
-
self.drone_engage = attributes[:'drone_engage']
|
742
|
-
end
|
743
|
-
|
744
|
-
if attributes.has_key?(:'dscans')
|
745
|
-
self.dscans = attributes[:'dscans']
|
746
|
-
end
|
747
|
-
|
748
|
-
if attributes.has_key?(:'duel_requested')
|
749
|
-
self.duel_requested = attributes[:'duel_requested']
|
750
|
-
end
|
751
|
-
|
752
|
-
if attributes.has_key?(:'engagement_register')
|
753
|
-
self.engagement_register = attributes[:'engagement_register']
|
754
|
-
end
|
755
|
-
|
756
|
-
if attributes.has_key?(:'kills_assists')
|
757
|
-
self.kills_assists = attributes[:'kills_assists']
|
758
|
-
end
|
759
|
-
|
760
|
-
if attributes.has_key?(:'kills_high_sec')
|
761
|
-
self.kills_high_sec = attributes[:'kills_high_sec']
|
762
|
-
end
|
763
|
-
|
764
|
-
if attributes.has_key?(:'kills_low_sec')
|
765
|
-
self.kills_low_sec = attributes[:'kills_low_sec']
|
766
|
-
end
|
767
|
-
|
768
|
-
if attributes.has_key?(:'kills_null_sec')
|
769
|
-
self.kills_null_sec = attributes[:'kills_null_sec']
|
770
|
-
end
|
771
|
-
|
772
|
-
if attributes.has_key?(:'kills_pod_high_sec')
|
773
|
-
self.kills_pod_high_sec = attributes[:'kills_pod_high_sec']
|
774
|
-
end
|
775
|
-
|
776
|
-
if attributes.has_key?(:'kills_pod_low_sec')
|
777
|
-
self.kills_pod_low_sec = attributes[:'kills_pod_low_sec']
|
778
|
-
end
|
779
|
-
|
780
|
-
if attributes.has_key?(:'kills_pod_null_sec')
|
781
|
-
self.kills_pod_null_sec = attributes[:'kills_pod_null_sec']
|
782
|
-
end
|
783
|
-
|
784
|
-
if attributes.has_key?(:'kills_pod_wormhole')
|
785
|
-
self.kills_pod_wormhole = attributes[:'kills_pod_wormhole']
|
786
|
-
end
|
787
|
-
|
788
|
-
if attributes.has_key?(:'kills_wormhole')
|
789
|
-
self.kills_wormhole = attributes[:'kills_wormhole']
|
790
|
-
end
|
791
|
-
|
792
|
-
if attributes.has_key?(:'npc_flag_set')
|
793
|
-
self.npc_flag_set = attributes[:'npc_flag_set']
|
794
|
-
end
|
795
|
-
|
796
|
-
if attributes.has_key?(:'probe_scans')
|
797
|
-
self.probe_scans = attributes[:'probe_scans']
|
798
|
-
end
|
799
|
-
|
800
|
-
if attributes.has_key?(:'pvp_flag_set')
|
801
|
-
self.pvp_flag_set = attributes[:'pvp_flag_set']
|
802
|
-
end
|
803
|
-
|
804
|
-
if attributes.has_key?(:'repair_armor_by_remote_amount')
|
805
|
-
self.repair_armor_by_remote_amount = attributes[:'repair_armor_by_remote_amount']
|
806
|
-
end
|
807
|
-
|
808
|
-
if attributes.has_key?(:'repair_armor_remote_amount')
|
809
|
-
self.repair_armor_remote_amount = attributes[:'repair_armor_remote_amount']
|
810
|
-
end
|
811
|
-
|
812
|
-
if attributes.has_key?(:'repair_armor_self_amount')
|
813
|
-
self.repair_armor_self_amount = attributes[:'repair_armor_self_amount']
|
814
|
-
end
|
815
|
-
|
816
|
-
if attributes.has_key?(:'repair_capacitor_by_remote_amount')
|
817
|
-
self.repair_capacitor_by_remote_amount = attributes[:'repair_capacitor_by_remote_amount']
|
818
|
-
end
|
819
|
-
|
820
|
-
if attributes.has_key?(:'repair_capacitor_remote_amount')
|
821
|
-
self.repair_capacitor_remote_amount = attributes[:'repair_capacitor_remote_amount']
|
822
|
-
end
|
823
|
-
|
824
|
-
if attributes.has_key?(:'repair_capacitor_self_amount')
|
825
|
-
self.repair_capacitor_self_amount = attributes[:'repair_capacitor_self_amount']
|
826
|
-
end
|
827
|
-
|
828
|
-
if attributes.has_key?(:'repair_hull_by_remote_amount')
|
829
|
-
self.repair_hull_by_remote_amount = attributes[:'repair_hull_by_remote_amount']
|
830
|
-
end
|
831
|
-
|
832
|
-
if attributes.has_key?(:'repair_hull_remote_amount')
|
833
|
-
self.repair_hull_remote_amount = attributes[:'repair_hull_remote_amount']
|
834
|
-
end
|
835
|
-
|
836
|
-
if attributes.has_key?(:'repair_hull_self_amount')
|
837
|
-
self.repair_hull_self_amount = attributes[:'repair_hull_self_amount']
|
838
|
-
end
|
839
|
-
|
840
|
-
if attributes.has_key?(:'repair_shield_by_remote_amount')
|
841
|
-
self.repair_shield_by_remote_amount = attributes[:'repair_shield_by_remote_amount']
|
842
|
-
end
|
843
|
-
|
844
|
-
if attributes.has_key?(:'repair_shield_remote_amount')
|
845
|
-
self.repair_shield_remote_amount = attributes[:'repair_shield_remote_amount']
|
846
|
-
end
|
847
|
-
|
848
|
-
if attributes.has_key?(:'repair_shield_self_amount')
|
849
|
-
self.repair_shield_self_amount = attributes[:'repair_shield_self_amount']
|
850
|
-
end
|
851
|
-
|
852
|
-
if attributes.has_key?(:'self_destructs')
|
853
|
-
self.self_destructs = attributes[:'self_destructs']
|
854
|
-
end
|
855
|
-
|
856
|
-
if attributes.has_key?(:'warp_scramble_pc')
|
857
|
-
self.warp_scramble_pc = attributes[:'warp_scramble_pc']
|
858
|
-
end
|
859
|
-
|
860
|
-
if attributes.has_key?(:'warp_scrambledby_npc')
|
861
|
-
self.warp_scrambledby_npc = attributes[:'warp_scrambledby_npc']
|
862
|
-
end
|
863
|
-
|
864
|
-
if attributes.has_key?(:'warp_scrambledby_pc')
|
865
|
-
self.warp_scrambledby_pc = attributes[:'warp_scrambledby_pc']
|
866
|
-
end
|
867
|
-
|
868
|
-
if attributes.has_key?(:'weapon_flag_set')
|
869
|
-
self.weapon_flag_set = attributes[:'weapon_flag_set']
|
870
|
-
end
|
871
|
-
|
872
|
-
if attributes.has_key?(:'webifiedby_npc')
|
873
|
-
self.webifiedby_npc = attributes[:'webifiedby_npc']
|
874
|
-
end
|
875
|
-
|
876
|
-
if attributes.has_key?(:'webifiedby_pc')
|
877
|
-
self.webifiedby_pc = attributes[:'webifiedby_pc']
|
878
|
-
end
|
879
|
-
|
880
|
-
if attributes.has_key?(:'webifying_pc')
|
881
|
-
self.webifying_pc = attributes[:'webifying_pc']
|
882
|
-
end
|
883
|
-
end
|
884
|
-
|
885
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
886
|
-
# @return Array for valid properties with the reasons
|
887
|
-
def list_invalid_properties
|
888
|
-
invalid_properties = Array.new
|
889
|
-
invalid_properties
|
890
|
-
end
|
891
|
-
|
892
|
-
# Check to see if the all the properties in the model are valid
|
893
|
-
# @return true if the model is valid
|
894
|
-
def valid?
|
895
|
-
true
|
896
|
-
end
|
897
|
-
|
898
|
-
# Checks equality by comparing each attribute.
|
899
|
-
# @param [Object] Object to be compared
|
900
|
-
def ==(o)
|
901
|
-
return true if self.equal?(o)
|
902
|
-
self.class == o.class &&
|
903
|
-
cap_drainedby_npc == o.cap_drainedby_npc &&
|
904
|
-
cap_drainedby_pc == o.cap_drainedby_pc &&
|
905
|
-
cap_draining_pc == o.cap_draining_pc &&
|
906
|
-
criminal_flag_set == o.criminal_flag_set &&
|
907
|
-
damage_from_np_cs_amount == o.damage_from_np_cs_amount &&
|
908
|
-
damage_from_np_cs_num_shots == o.damage_from_np_cs_num_shots &&
|
909
|
-
damage_from_players_bomb_amount == o.damage_from_players_bomb_amount &&
|
910
|
-
damage_from_players_bomb_num_shots == o.damage_from_players_bomb_num_shots &&
|
911
|
-
damage_from_players_combat_drone_amount == o.damage_from_players_combat_drone_amount &&
|
912
|
-
damage_from_players_combat_drone_num_shots == o.damage_from_players_combat_drone_num_shots &&
|
913
|
-
damage_from_players_energy_amount == o.damage_from_players_energy_amount &&
|
914
|
-
damage_from_players_energy_num_shots == o.damage_from_players_energy_num_shots &&
|
915
|
-
damage_from_players_fighter_bomber_amount == o.damage_from_players_fighter_bomber_amount &&
|
916
|
-
damage_from_players_fighter_bomber_num_shots == o.damage_from_players_fighter_bomber_num_shots &&
|
917
|
-
damage_from_players_fighter_drone_amount == o.damage_from_players_fighter_drone_amount &&
|
918
|
-
damage_from_players_fighter_drone_num_shots == o.damage_from_players_fighter_drone_num_shots &&
|
919
|
-
damage_from_players_hybrid_amount == o.damage_from_players_hybrid_amount &&
|
920
|
-
damage_from_players_hybrid_num_shots == o.damage_from_players_hybrid_num_shots &&
|
921
|
-
damage_from_players_missile_amount == o.damage_from_players_missile_amount &&
|
922
|
-
damage_from_players_missile_num_shots == o.damage_from_players_missile_num_shots &&
|
923
|
-
damage_from_players_projectile_amount == o.damage_from_players_projectile_amount &&
|
924
|
-
damage_from_players_projectile_num_shots == o.damage_from_players_projectile_num_shots &&
|
925
|
-
damage_from_players_smart_bomb_amount == o.damage_from_players_smart_bomb_amount &&
|
926
|
-
damage_from_players_smart_bomb_num_shots == o.damage_from_players_smart_bomb_num_shots &&
|
927
|
-
damage_from_players_super_amount == o.damage_from_players_super_amount &&
|
928
|
-
damage_from_players_super_num_shots == o.damage_from_players_super_num_shots &&
|
929
|
-
damage_from_structures_total_amount == o.damage_from_structures_total_amount &&
|
930
|
-
damage_from_structures_total_num_shots == o.damage_from_structures_total_num_shots &&
|
931
|
-
damage_to_players_bomb_amount == o.damage_to_players_bomb_amount &&
|
932
|
-
damage_to_players_bomb_num_shots == o.damage_to_players_bomb_num_shots &&
|
933
|
-
damage_to_players_combat_drone_amount == o.damage_to_players_combat_drone_amount &&
|
934
|
-
damage_to_players_combat_drone_num_shots == o.damage_to_players_combat_drone_num_shots &&
|
935
|
-
damage_to_players_energy_amount == o.damage_to_players_energy_amount &&
|
936
|
-
damage_to_players_energy_num_shots == o.damage_to_players_energy_num_shots &&
|
937
|
-
damage_to_players_fighter_bomber_amount == o.damage_to_players_fighter_bomber_amount &&
|
938
|
-
damage_to_players_fighter_bomber_num_shots == o.damage_to_players_fighter_bomber_num_shots &&
|
939
|
-
damage_to_players_fighter_drone_amount == o.damage_to_players_fighter_drone_amount &&
|
940
|
-
damage_to_players_fighter_drone_num_shots == o.damage_to_players_fighter_drone_num_shots &&
|
941
|
-
damage_to_players_hybrid_amount == o.damage_to_players_hybrid_amount &&
|
942
|
-
damage_to_players_hybrid_num_shots == o.damage_to_players_hybrid_num_shots &&
|
943
|
-
damage_to_players_missile_amount == o.damage_to_players_missile_amount &&
|
944
|
-
damage_to_players_missile_num_shots == o.damage_to_players_missile_num_shots &&
|
945
|
-
damage_to_players_projectile_amount == o.damage_to_players_projectile_amount &&
|
946
|
-
damage_to_players_projectile_num_shots == o.damage_to_players_projectile_num_shots &&
|
947
|
-
damage_to_players_smart_bomb_amount == o.damage_to_players_smart_bomb_amount &&
|
948
|
-
damage_to_players_smart_bomb_num_shots == o.damage_to_players_smart_bomb_num_shots &&
|
949
|
-
damage_to_players_super_amount == o.damage_to_players_super_amount &&
|
950
|
-
damage_to_players_super_num_shots == o.damage_to_players_super_num_shots &&
|
951
|
-
damage_to_structures_total_amount == o.damage_to_structures_total_amount &&
|
952
|
-
damage_to_structures_total_num_shots == o.damage_to_structures_total_num_shots &&
|
953
|
-
deaths_high_sec == o.deaths_high_sec &&
|
954
|
-
deaths_low_sec == o.deaths_low_sec &&
|
955
|
-
deaths_null_sec == o.deaths_null_sec &&
|
956
|
-
deaths_pod_high_sec == o.deaths_pod_high_sec &&
|
957
|
-
deaths_pod_low_sec == o.deaths_pod_low_sec &&
|
958
|
-
deaths_pod_null_sec == o.deaths_pod_null_sec &&
|
959
|
-
deaths_pod_wormhole == o.deaths_pod_wormhole &&
|
960
|
-
deaths_wormhole == o.deaths_wormhole &&
|
961
|
-
drone_engage == o.drone_engage &&
|
962
|
-
dscans == o.dscans &&
|
963
|
-
duel_requested == o.duel_requested &&
|
964
|
-
engagement_register == o.engagement_register &&
|
965
|
-
kills_assists == o.kills_assists &&
|
966
|
-
kills_high_sec == o.kills_high_sec &&
|
967
|
-
kills_low_sec == o.kills_low_sec &&
|
968
|
-
kills_null_sec == o.kills_null_sec &&
|
969
|
-
kills_pod_high_sec == o.kills_pod_high_sec &&
|
970
|
-
kills_pod_low_sec == o.kills_pod_low_sec &&
|
971
|
-
kills_pod_null_sec == o.kills_pod_null_sec &&
|
972
|
-
kills_pod_wormhole == o.kills_pod_wormhole &&
|
973
|
-
kills_wormhole == o.kills_wormhole &&
|
974
|
-
npc_flag_set == o.npc_flag_set &&
|
975
|
-
probe_scans == o.probe_scans &&
|
976
|
-
pvp_flag_set == o.pvp_flag_set &&
|
977
|
-
repair_armor_by_remote_amount == o.repair_armor_by_remote_amount &&
|
978
|
-
repair_armor_remote_amount == o.repair_armor_remote_amount &&
|
979
|
-
repair_armor_self_amount == o.repair_armor_self_amount &&
|
980
|
-
repair_capacitor_by_remote_amount == o.repair_capacitor_by_remote_amount &&
|
981
|
-
repair_capacitor_remote_amount == o.repair_capacitor_remote_amount &&
|
982
|
-
repair_capacitor_self_amount == o.repair_capacitor_self_amount &&
|
983
|
-
repair_hull_by_remote_amount == o.repair_hull_by_remote_amount &&
|
984
|
-
repair_hull_remote_amount == o.repair_hull_remote_amount &&
|
985
|
-
repair_hull_self_amount == o.repair_hull_self_amount &&
|
986
|
-
repair_shield_by_remote_amount == o.repair_shield_by_remote_amount &&
|
987
|
-
repair_shield_remote_amount == o.repair_shield_remote_amount &&
|
988
|
-
repair_shield_self_amount == o.repair_shield_self_amount &&
|
989
|
-
self_destructs == o.self_destructs &&
|
990
|
-
warp_scramble_pc == o.warp_scramble_pc &&
|
991
|
-
warp_scrambledby_npc == o.warp_scrambledby_npc &&
|
992
|
-
warp_scrambledby_pc == o.warp_scrambledby_pc &&
|
993
|
-
weapon_flag_set == o.weapon_flag_set &&
|
994
|
-
webifiedby_npc == o.webifiedby_npc &&
|
995
|
-
webifiedby_pc == o.webifiedby_pc &&
|
996
|
-
webifying_pc == o.webifying_pc
|
997
|
-
end
|
998
|
-
|
999
|
-
# @see the `==` method
|
1000
|
-
# @param [Object] Object to be compared
|
1001
|
-
def eql?(o)
|
1002
|
-
self == o
|
1003
|
-
end
|
1004
|
-
|
1005
|
-
# Calculates hash code according to all attributes.
|
1006
|
-
# @return [Fixnum] Hash code
|
1007
|
-
def hash
|
1008
|
-
[cap_drainedby_npc, cap_drainedby_pc, cap_draining_pc, criminal_flag_set, damage_from_np_cs_amount, damage_from_np_cs_num_shots, damage_from_players_bomb_amount, damage_from_players_bomb_num_shots, damage_from_players_combat_drone_amount, damage_from_players_combat_drone_num_shots, damage_from_players_energy_amount, damage_from_players_energy_num_shots, damage_from_players_fighter_bomber_amount, damage_from_players_fighter_bomber_num_shots, damage_from_players_fighter_drone_amount, damage_from_players_fighter_drone_num_shots, damage_from_players_hybrid_amount, damage_from_players_hybrid_num_shots, damage_from_players_missile_amount, damage_from_players_missile_num_shots, damage_from_players_projectile_amount, damage_from_players_projectile_num_shots, damage_from_players_smart_bomb_amount, damage_from_players_smart_bomb_num_shots, damage_from_players_super_amount, damage_from_players_super_num_shots, damage_from_structures_total_amount, damage_from_structures_total_num_shots, damage_to_players_bomb_amount, damage_to_players_bomb_num_shots, damage_to_players_combat_drone_amount, damage_to_players_combat_drone_num_shots, damage_to_players_energy_amount, damage_to_players_energy_num_shots, damage_to_players_fighter_bomber_amount, damage_to_players_fighter_bomber_num_shots, damage_to_players_fighter_drone_amount, damage_to_players_fighter_drone_num_shots, damage_to_players_hybrid_amount, damage_to_players_hybrid_num_shots, damage_to_players_missile_amount, damage_to_players_missile_num_shots, damage_to_players_projectile_amount, damage_to_players_projectile_num_shots, damage_to_players_smart_bomb_amount, damage_to_players_smart_bomb_num_shots, damage_to_players_super_amount, damage_to_players_super_num_shots, damage_to_structures_total_amount, damage_to_structures_total_num_shots, deaths_high_sec, deaths_low_sec, deaths_null_sec, deaths_pod_high_sec, deaths_pod_low_sec, deaths_pod_null_sec, deaths_pod_wormhole, deaths_wormhole, drone_engage, dscans, duel_requested, engagement_register, kills_assists, kills_high_sec, kills_low_sec, kills_null_sec, kills_pod_high_sec, kills_pod_low_sec, kills_pod_null_sec, kills_pod_wormhole, kills_wormhole, npc_flag_set, probe_scans, pvp_flag_set, repair_armor_by_remote_amount, repair_armor_remote_amount, repair_armor_self_amount, repair_capacitor_by_remote_amount, repair_capacitor_remote_amount, repair_capacitor_self_amount, repair_hull_by_remote_amount, repair_hull_remote_amount, repair_hull_self_amount, repair_shield_by_remote_amount, repair_shield_remote_amount, repair_shield_self_amount, self_destructs, warp_scramble_pc, warp_scrambledby_npc, warp_scrambledby_pc, weapon_flag_set, webifiedby_npc, webifiedby_pc, webifying_pc].hash
|
1009
|
-
end
|
1010
|
-
|
1011
|
-
# Builds the object from hash
|
1012
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
1013
|
-
# @return [Object] Returns the model itself
|
1014
|
-
def build_from_hash(attributes)
|
1015
|
-
return nil unless attributes.is_a?(Hash)
|
1016
|
-
self.class.swagger_types.each_pair do |key, type|
|
1017
|
-
if type =~ /\AArray<(.*)>/i
|
1018
|
-
# check to ensure the input is an array given that the attribute
|
1019
|
-
# is documented as an array but the input is not
|
1020
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
1021
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
1022
|
-
end
|
1023
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
1024
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
1025
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
1026
|
-
end
|
1027
|
-
|
1028
|
-
self
|
1029
|
-
end
|
1030
|
-
|
1031
|
-
# Deserializes the data based on type
|
1032
|
-
# @param string type Data type
|
1033
|
-
# @param string value Value to be deserialized
|
1034
|
-
# @return [Object] Deserialized data
|
1035
|
-
def _deserialize(type, value)
|
1036
|
-
case type.to_sym
|
1037
|
-
when :DateTime
|
1038
|
-
DateTime.parse(value)
|
1039
|
-
when :Date
|
1040
|
-
Date.parse(value)
|
1041
|
-
when :String
|
1042
|
-
value.to_s
|
1043
|
-
when :Integer
|
1044
|
-
value.to_i
|
1045
|
-
when :Float
|
1046
|
-
value.to_f
|
1047
|
-
when :BOOLEAN
|
1048
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
1049
|
-
true
|
1050
|
-
else
|
1051
|
-
false
|
1052
|
-
end
|
1053
|
-
when :Object
|
1054
|
-
# generic object (usually a Hash), return directly
|
1055
|
-
value
|
1056
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
1057
|
-
inner_type = Regexp.last_match[:inner_type]
|
1058
|
-
value.map { |v| _deserialize(inner_type, v) }
|
1059
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
1060
|
-
k_type = Regexp.last_match[:k_type]
|
1061
|
-
v_type = Regexp.last_match[:v_type]
|
1062
|
-
{}.tap do |hash|
|
1063
|
-
value.each do |k, v|
|
1064
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
1065
|
-
end
|
1066
|
-
end
|
1067
|
-
else # model
|
1068
|
-
temp_model = ESI.const_get(type).new
|
1069
|
-
temp_model.build_from_hash(value)
|
1070
|
-
end
|
1071
|
-
end
|
1072
|
-
|
1073
|
-
# Returns the string representation of the object
|
1074
|
-
# @return [String] String presentation of the object
|
1075
|
-
def to_s
|
1076
|
-
to_hash.to_s
|
1077
|
-
end
|
1078
|
-
|
1079
|
-
# to_body is an alias to to_hash (backward compatibility)
|
1080
|
-
# @return [Hash] Returns the object in the form of hash
|
1081
|
-
def to_body
|
1082
|
-
to_hash
|
1083
|
-
end
|
1084
|
-
|
1085
|
-
# Returns the object in the form of hash
|
1086
|
-
# @return [Hash] Returns the object in the form of hash
|
1087
|
-
def to_hash
|
1088
|
-
hash = {}
|
1089
|
-
self.class.attribute_map.each_pair do |attr, param|
|
1090
|
-
value = self.send(attr)
|
1091
|
-
next if value.nil?
|
1092
|
-
hash[param] = _to_hash(value)
|
1093
|
-
end
|
1094
|
-
hash
|
1095
|
-
end
|
1096
|
-
|
1097
|
-
# Outputs non-array value in the form of hash
|
1098
|
-
# For object, use to_hash. Otherwise, just return the value
|
1099
|
-
# @param [Object] value Any valid value
|
1100
|
-
# @return [Hash] Returns the value in the form of hash
|
1101
|
-
def _to_hash(value)
|
1102
|
-
if value.is_a?(Array)
|
1103
|
-
value.compact.map { |v| _to_hash(v) }
|
1104
|
-
elsif value.is_a?(Hash)
|
1105
|
-
{}.tap do |hash|
|
1106
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
1107
|
-
end
|
1108
|
-
elsif value.respond_to? :to_hash
|
1109
|
-
value.to_hash
|
1110
|
-
else
|
1111
|
-
value
|
1112
|
-
end
|
1113
|
-
end
|
1114
|
-
|
1115
|
-
end
|
1116
|
-
end
|