eve_online 0.31.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +18 -49
  3. data/.ruby-version +1 -1
  4. data/Appraisals +0 -12
  5. data/CHANGELOG.md +22 -0
  6. data/Gemfile.lock +32 -32
  7. data/Gemfile.mutant.lock +25 -24
  8. data/README.md +214 -108
  9. data/eve_online.gemspec +2 -2
  10. data/lib/eve_online.rb +13 -6
  11. data/lib/eve_online/esi/alliance_corporations.rb +1 -1
  12. data/lib/eve_online/esi/alliances.rb +1 -1
  13. data/lib/eve_online/esi/base.rb +8 -0
  14. data/lib/eve_online/esi/character_assets.rb +1 -1
  15. data/lib/eve_online/esi/{character_bookmarks.rb → character_contracts.rb} +7 -7
  16. data/lib/eve_online/esi/character_skills.rb +1 -1
  17. data/lib/eve_online/esi/character_wallet.rb +1 -1
  18. data/lib/eve_online/esi/character_wallet_journal.rb +2 -2
  19. data/lib/eve_online/esi/character_wallet_transactions.rb +41 -0
  20. data/lib/eve_online/esi/corporation_assets.rb +1 -1
  21. data/lib/eve_online/esi/corporation_npc.rb +20 -0
  22. data/lib/eve_online/esi/killmail.rb +30 -0
  23. data/lib/eve_online/esi/market_prices.rb +27 -0
  24. data/lib/eve_online/esi/models/aggressor.rb +1 -1
  25. data/lib/eve_online/esi/models/alliance.rb +1 -1
  26. data/lib/eve_online/esi/models/alliance_icon.rb +1 -1
  27. data/lib/eve_online/esi/models/alliance_short.rb +1 -1
  28. data/lib/eve_online/esi/models/ally.rb +1 -1
  29. data/lib/eve_online/esi/models/ancestry.rb +1 -1
  30. data/lib/eve_online/esi/models/asset.rb +1 -1
  31. data/lib/eve_online/esi/models/asset_location.rb +1 -1
  32. data/lib/eve_online/esi/models/asset_name.rb +1 -1
  33. data/lib/eve_online/esi/models/asteroid_belt.rb +1 -1
  34. data/lib/eve_online/esi/models/attributes.rb +1 -1
  35. data/lib/eve_online/esi/models/bloodline.rb +1 -1
  36. data/lib/eve_online/esi/models/blueprint.rb +1 -1
  37. data/lib/eve_online/esi/models/category.rb +1 -1
  38. data/lib/eve_online/esi/models/character.rb +1 -1
  39. data/lib/eve_online/esi/models/character_corporation_history.rb +1 -1
  40. data/lib/eve_online/esi/models/character_industry_job.rb +1 -1
  41. data/lib/eve_online/esi/models/character_location.rb +1 -1
  42. data/lib/eve_online/esi/models/character_order.rb +1 -1
  43. data/lib/eve_online/esi/models/character_portrait.rb +1 -1
  44. data/lib/eve_online/esi/models/character_ship.rb +1 -1
  45. data/lib/eve_online/esi/models/constellation.rb +1 -1
  46. data/lib/eve_online/esi/models/contract.rb +132 -0
  47. data/lib/eve_online/esi/models/coordinates.rb +1 -1
  48. data/lib/eve_online/esi/models/corporation.rb +1 -1
  49. data/lib/eve_online/esi/models/corporation_alliance_history.rb +1 -1
  50. data/lib/eve_online/esi/models/corporation_industry_job.rb +1 -1
  51. data/lib/eve_online/esi/models/corporation_order.rb +1 -1
  52. data/lib/eve_online/esi/models/defender.rb +1 -1
  53. data/lib/eve_online/esi/models/dogma_attribute.rb +1 -1
  54. data/lib/eve_online/esi/models/dogma_attribute_short.rb +1 -1
  55. data/lib/eve_online/esi/models/dogma_effect.rb +1 -1
  56. data/lib/eve_online/esi/models/dogma_effect_modifier.rb +1 -1
  57. data/lib/eve_online/esi/models/dogma_effect_short.rb +1 -1
  58. data/lib/eve_online/esi/models/event.rb +1 -1
  59. data/lib/eve_online/esi/models/event_details.rb +1 -1
  60. data/lib/eve_online/esi/models/faction.rb +1 -1
  61. data/lib/eve_online/esi/models/fatigue.rb +1 -1
  62. data/lib/eve_online/esi/models/graphic.rb +1 -1
  63. data/lib/eve_online/esi/models/group.rb +1 -1
  64. data/lib/eve_online/esi/models/home_location.rb +1 -1
  65. data/lib/eve_online/esi/models/jump_clone.rb +1 -1
  66. data/lib/eve_online/esi/models/killmail.rb +47 -0
  67. data/lib/eve_online/esi/models/killmail_short.rb +1 -1
  68. data/lib/eve_online/esi/models/loyalty_point.rb +1 -1
  69. data/lib/eve_online/esi/models/loyalty_store_offer.rb +1 -1
  70. data/lib/eve_online/esi/models/mail.rb +1 -1
  71. data/lib/eve_online/esi/models/mail_label.rb +1 -1
  72. data/lib/eve_online/esi/models/mail_recipient.rb +1 -1
  73. data/lib/eve_online/esi/models/market_group.rb +1 -1
  74. data/lib/eve_online/esi/models/market_history.rb +1 -1
  75. data/lib/eve_online/esi/models/market_price.rb +29 -0
  76. data/lib/eve_online/esi/models/moon.rb +1 -1
  77. data/lib/eve_online/esi/models/notification.rb +1 -1
  78. data/lib/eve_online/esi/models/offer_required_item.rb +1 -1
  79. data/lib/eve_online/esi/models/online.rb +1 -1
  80. data/lib/eve_online/esi/models/planet.rb +1 -1
  81. data/lib/eve_online/esi/models/planet_short.rb +1 -1
  82. data/lib/eve_online/esi/models/position.rb +1 -1
  83. data/lib/eve_online/esi/models/race.rb +1 -1
  84. data/lib/eve_online/esi/models/region.rb +1 -1
  85. data/lib/eve_online/esi/models/server_status.rb +1 -1
  86. data/lib/eve_online/esi/models/skill.rb +1 -1
  87. data/lib/eve_online/esi/models/skill_queue_entry.rb +1 -1
  88. data/lib/eve_online/esi/models/standing.rb +1 -1
  89. data/lib/eve_online/esi/models/star.rb +1 -1
  90. data/lib/eve_online/esi/models/stargate.rb +1 -1
  91. data/lib/eve_online/esi/models/station.rb +1 -1
  92. data/lib/eve_online/esi/models/system.rb +1 -1
  93. data/lib/eve_online/esi/models/system_jump.rb +1 -1
  94. data/lib/eve_online/esi/models/system_kill.rb +1 -1
  95. data/lib/eve_online/esi/models/type.rb +1 -1
  96. data/lib/eve_online/esi/models/{wallet_journal_entry.rb → wallet_journal.rb} +4 -4
  97. data/lib/eve_online/esi/models/wallet_transaction.rb +66 -0
  98. data/lib/eve_online/esi/models/war.rb +1 -1
  99. data/lib/eve_online/formulas/blueprint_copy_time.rb +47 -0
  100. data/lib/eve_online/version.rb +1 -1
  101. metadata +14 -8
  102. data/lib/eve_online/esi/character_bookmark_folders.rb +0 -41
  103. data/lib/eve_online/esi/models/bookmark.rb +0 -71
  104. data/lib/eve_online/esi/models/bookmark_folder.rb +0 -24
@@ -16,7 +16,7 @@ module EveOnline
16
16
  perception: perception,
17
17
  race_id: race_id,
18
18
  ship_type_id: ship_type_id,
19
- willpower: willpower,
19
+ willpower: willpower
20
20
  }
21
21
  end
22
22
 
@@ -13,7 +13,7 @@ module EveOnline
13
13
  quantity: quantity,
14
14
  runs: runs,
15
15
  time_efficiency: time_efficiency,
16
- type_id: type_id,
16
+ type_id: type_id
17
17
  }
18
18
  end
19
19
 
@@ -8,7 +8,7 @@ module EveOnline
8
8
  {
9
9
  category_id: category_id,
10
10
  name: name,
11
- published: published,
11
+ published: published
12
12
  }
13
13
  end
14
14
 
@@ -17,7 +17,7 @@ module EveOnline
17
17
  name: name,
18
18
  race_id: race_id,
19
19
  security_status: security_status,
20
- title: title,
20
+ title: title
21
21
  }
22
22
  end
23
23
 
@@ -9,7 +9,7 @@ module EveOnline
9
9
  corporation_id: corporation_id,
10
10
  is_deleted: is_deleted,
11
11
  record_id: record_id,
12
- start_date: start_date,
12
+ start_date: start_date
13
13
  }
14
14
  end
15
15
 
@@ -27,7 +27,7 @@ module EveOnline
27
27
  start_date: start_date,
28
28
  station_id: station_id,
29
29
  status: status,
30
- successful_runs: successful_runs,
30
+ successful_runs: successful_runs
31
31
  }
32
32
  end
33
33
 
@@ -8,7 +8,7 @@ module EveOnline
8
8
  {
9
9
  solar_system_id: solar_system_id,
10
10
  station_id: station_id,
11
- structure_id: structure_id,
11
+ structure_id: structure_id
12
12
  }
13
13
  end
14
14
 
@@ -19,7 +19,7 @@ module EveOnline
19
19
  region_id: region_id,
20
20
  type_id: type_id,
21
21
  volume_remain: volume_remain,
22
- volume_total: volume_total,
22
+ volume_total: volume_total
23
23
  }
24
24
  end
25
25
 
@@ -9,7 +9,7 @@ module EveOnline
9
9
  medium: medium,
10
10
  large: large,
11
11
  huge: huge,
12
- small: small,
12
+ small: small
13
13
  }
14
14
  end
15
15
 
@@ -8,7 +8,7 @@ module EveOnline
8
8
  {
9
9
  ship_item_id: ship_item_id,
10
10
  ship_name: ship_name,
11
- ship_type_id: ship_type_id,
11
+ ship_type_id: ship_type_id
12
12
  }
13
13
  end
14
14
 
@@ -8,7 +8,7 @@ module EveOnline
8
8
  {
9
9
  constellation_id: constellation_id,
10
10
  name: name,
11
- region_id: region_id,
11
+ region_id: region_id
12
12
  }
13
13
  end
14
14
 
@@ -0,0 +1,132 @@
1
+ # frozen_string_literal: true
2
+
3
+ module EveOnline
4
+ module ESI
5
+ module Models
6
+ class Contract < Base
7
+ def as_json
8
+ {
9
+ acceptor_id: acceptor_id,
10
+ assignee_id: assignee_id,
11
+ availability: availability,
12
+ buyout: buyout,
13
+ collateral: collateral,
14
+ contract_id: contract_id,
15
+ date_accepted: date_accepted,
16
+ date_completed: date_completed,
17
+ date_expired: date_expired,
18
+ date_issued: date_issued,
19
+ days_to_complete: days_to_complete,
20
+ end_location_id: end_location_id,
21
+ for_corporation: for_corporation,
22
+ issuer_corporation_id: issuer_corporation_id,
23
+ issuer_id: issuer_id,
24
+ price: price,
25
+ reward: reward,
26
+ start_location_id: start_location_id,
27
+ status: status,
28
+ title: title,
29
+ type: type,
30
+ volume: volume
31
+ }
32
+ end
33
+
34
+ def acceptor_id
35
+ options["acceptor_id"]
36
+ end
37
+
38
+ def assignee_id
39
+ options["assignee_id"]
40
+ end
41
+
42
+ def availability
43
+ options["availability"]
44
+ end
45
+
46
+ def buyout
47
+ options["buyout"]
48
+ end
49
+
50
+ def collateral
51
+ options["collateral"]
52
+ end
53
+
54
+ def contract_id
55
+ options["contract_id"]
56
+ end
57
+
58
+ def date_accepted
59
+ date_accepted = options["date_accepted"]
60
+
61
+ parse_datetime_with_timezone(date_accepted) if date_accepted
62
+ end
63
+
64
+ def date_completed
65
+ date_completed = options["date_completed"]
66
+
67
+ parse_datetime_with_timezone(date_completed) if date_completed
68
+ end
69
+
70
+ def date_expired
71
+ date_expired = options["date_expired"]
72
+
73
+ parse_datetime_with_timezone(date_expired) if date_expired
74
+ end
75
+
76
+ def date_issued
77
+ date_issued = options["date_issued"]
78
+
79
+ parse_datetime_with_timezone(date_issued) if date_issued
80
+ end
81
+
82
+ def days_to_complete
83
+ options["days_to_complete"]
84
+ end
85
+
86
+ def end_location_id
87
+ options["end_location_id"]
88
+ end
89
+
90
+ def for_corporation
91
+ options["for_corporation"]
92
+ end
93
+
94
+ def issuer_corporation_id
95
+ options["issuer_corporation_id"]
96
+ end
97
+
98
+ def issuer_id
99
+ options["issuer_id"]
100
+ end
101
+
102
+ def price
103
+ options["price"]
104
+ end
105
+
106
+ def reward
107
+ options["reward"]
108
+ end
109
+
110
+ def start_location_id
111
+ options["start_location_id"]
112
+ end
113
+
114
+ def status
115
+ options["status"]
116
+ end
117
+
118
+ def title
119
+ options["title"]
120
+ end
121
+
122
+ def type
123
+ options["type"]
124
+ end
125
+
126
+ def volume
127
+ options["volume"]
128
+ end
129
+ end
130
+ end
131
+ end
132
+ end
@@ -8,7 +8,7 @@ module EveOnline
8
8
  {
9
9
  x: x,
10
10
  y: y,
11
- z: z,
11
+ z: z
12
12
  }
13
13
  end
14
14
 
@@ -19,7 +19,7 @@ module EveOnline
19
19
  tax_rate: tax_rate,
20
20
  ticker: ticker,
21
21
  corporation_url: corporation_url,
22
- war_eligible: war_eligible,
22
+ war_eligible: war_eligible
23
23
  }
24
24
  end
25
25
 
@@ -9,7 +9,7 @@ module EveOnline
9
9
  alliance_id: alliance_id,
10
10
  is_deleted: is_deleted,
11
11
  record_id: record_id,
12
- start_date: start_date,
12
+ start_date: start_date
13
13
  }
14
14
  end
15
15
 
@@ -27,7 +27,7 @@ module EveOnline
27
27
  runs: runs,
28
28
  start_date: start_date,
29
29
  status: status,
30
- successful_runs: successful_runs,
30
+ successful_runs: successful_runs
31
31
  }
32
32
  end
33
33
 
@@ -20,7 +20,7 @@ module EveOnline
20
20
  type_id: type_id,
21
21
  volume_remain: volume_remain,
22
22
  volume_total: volume_total,
23
- wallet_division: wallet_division,
23
+ wallet_division: wallet_division
24
24
  }
25
25
  end
26
26
 
@@ -9,7 +9,7 @@ module EveOnline
9
9
  alliance_id: alliance_id,
10
10
  corporation_id: corporation_id,
11
11
  isk_destroyed: isk_destroyed,
12
- ships_killed: ships_killed,
12
+ ships_killed: ships_killed
13
13
  }
14
14
  end
15
15
 
@@ -15,7 +15,7 @@ module EveOnline
15
15
  name: name,
16
16
  published: published,
17
17
  stackable: stackable,
18
- unit_id: unit_id,
18
+ unit_id: unit_id
19
19
  }
20
20
  end
21
21
 
@@ -7,7 +7,7 @@ module EveOnline
7
7
  def as_json
8
8
  {
9
9
  attribute_id: attribute_id,
10
- value: value,
10
+ value: value
11
11
  }
12
12
  end
13
13
 
@@ -25,7 +25,7 @@ module EveOnline
25
25
  published: published,
26
26
  range_attribute_id: range_attribute_id,
27
27
  range_chance: range_chance,
28
- tracking_speed_attribute_id: tracking_speed_attribute_id,
28
+ tracking_speed_attribute_id: tracking_speed_attribute_id
29
29
  }
30
30
  end
31
31
 
@@ -11,7 +11,7 @@ module EveOnline
11
11
  func: func,
12
12
  modified_attribute_id: modified_attribute_id,
13
13
  modifying_attribute_id: modifying_attribute_id,
14
- operator: operator,
14
+ operator: operator
15
15
  }
16
16
  end
17
17
 
@@ -7,7 +7,7 @@ module EveOnline
7
7
  def as_json
8
8
  {
9
9
  effect_id: effect_id,
10
- is_default: is_default,
10
+ is_default: is_default
11
11
  }
12
12
  end
13
13
 
@@ -10,7 +10,7 @@ module EveOnline
10
10
  event_id: event_id,
11
11
  event_response: event_response,
12
12
  importance: importance,
13
- title: title,
13
+ title: title
14
14
  }
15
15
  end
16
16
 
@@ -15,7 +15,7 @@ module EveOnline
15
15
  owner_type: owner_type,
16
16
  event_response: event_response,
17
17
  text: text,
18
- title: title,
18
+ title: title
19
19
  }
20
20
  end
21
21
 
@@ -15,7 +15,7 @@ module EveOnline
15
15
  size_factor: size_factor,
16
16
  solar_system_id: solar_system_id,
17
17
  station_count: station_count,
18
- station_system_count: station_system_count,
18
+ station_system_count: station_system_count
19
19
  }
20
20
  end
21
21
 
@@ -8,7 +8,7 @@ module EveOnline
8
8
  {
9
9
  jump_fatigue_expire_date: jump_fatigue_expire_date,
10
10
  last_jump_date: last_jump_date,
11
- last_update_date: last_update_date,
11
+ last_update_date: last_update_date
12
12
  }
13
13
  end
14
14
 
@@ -13,7 +13,7 @@ module EveOnline
13
13
  sof_dna: sof_dna,
14
14
  sof_fation_name: sof_fation_name,
15
15
  sof_hull_name: sof_hull_name,
16
- sof_race_name: sof_race_name,
16
+ sof_race_name: sof_race_name
17
17
  }
18
18
  end
19
19
 
@@ -9,7 +9,7 @@ module EveOnline
9
9
  category_id: category_id,
10
10
  group_id: group_id,
11
11
  name: name,
12
- published: published,
12
+ published: published
13
13
  }
14
14
  end
15
15
 
@@ -7,7 +7,7 @@ module EveOnline
7
7
  def as_json
8
8
  {
9
9
  location_id: location_id,
10
- location_type: location_type,
10
+ location_type: location_type
11
11
  }
12
12
  end
13
13
 
@@ -9,7 +9,7 @@ module EveOnline
9
9
  jump_clone_id: jump_clone_id,
10
10
  location_id: location_id,
11
11
  location_type: location_type,
12
- name: name,
12
+ name: name
13
13
  }
14
14
  end
15
15
 
@@ -0,0 +1,47 @@
1
+ # frozen_string_literal: true
2
+
3
+ module EveOnline
4
+ module ESI
5
+ module Models
6
+ class Killmail < Base
7
+ def as_json
8
+ {
9
+ killmail_id: killmail_id,
10
+ killmail_time: killmail_time,
11
+ moon_id: moon_id,
12
+ solar_system_id: solar_system_id,
13
+ war_id: war_id
14
+ }
15
+ end
16
+
17
+ def killmail_id
18
+ options["killmail_id"]
19
+ end
20
+
21
+ def killmail_time
22
+ killmail_time = options["killmail_time"]
23
+
24
+ parse_datetime_with_timezone(killmail_time) if killmail_time
25
+ end
26
+
27
+ def moon_id
28
+ options["moon_id"]
29
+ end
30
+
31
+ def solar_system_id
32
+ options["solar_system_id"]
33
+ end
34
+
35
+ def war_id
36
+ options["war_id"]
37
+ end
38
+
39
+ # def attackers
40
+ # end
41
+ #
42
+ # def victim
43
+ # end
44
+ end
45
+ end
46
+ end
47
+ end