You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: app/models/graph/types/starship.rb
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,26 +31,26 @@ module Types
31
31
# Transport Interface Fields
32
32
33
33
field:name, !types.String,"The name of this starship. The common name, such as \"Death Star\"."
34
-
field:model,!types.String,"The model or official name of this starship. Such as \"T-65 X-wing\" or \"DS-1 Orbital Battle Station\"."
34
+
field:model,types.String,"The model or official name of this starship. Such as \"T-65 X-wing\" or \"DS-1 Orbital Battle Station\"."
35
35
36
-
field:manufacturer,!types.String,"The manufacturer of this starship."
36
+
field:manufacturer,types.String,"The manufacturer of this starship."
37
37
field:costInCredits,types.Float,"The cost of this starship new, in galactic credits",property: :cost_in_credits
38
-
field:length,!types.Float,"The length of this starship in meters."
39
-
field:crew,!types.String,"The number of personnel needed to run or pilot this starship."
40
-
field:passengers,!types.String,"The number of non-essential people this starship can transport."
38
+
field:length,types.Float,"The length of this starship in meters."
39
+
field:crew,types.String,"The number of personnel needed to run or pilot this starship."
40
+
field:passengers,types.String,"The number of non-essential people this starship can transport."
41
41
42
42
field:maxAtmospheringSpeed,types.Intdo
43
43
description"The maximum speed of this starship in atmosphere. null
44
44
if this starship is incapable of atmosphering flight."
45
45
property:max_atmosphering_speed
46
46
end
47
47
48
-
field:cargoCapacity,!types.Floatdo
48
+
field:cargoCapacity,types.Floatdo
49
49
description"The maximum number of kilograms that this starship can transport."
50
50
property:cargo_capacity
51
51
end
52
52
53
-
field:consumables,!types.String,"The maximum length of time that this starship can provide consumables for its entire crew without having to resupply."
53
+
field:consumables,types.String,"The maximum length of time that this starship can provide consumables for its entire crew without having to resupply."
0 commit comments