Class: FtcEventsClient::ScoreDetailSinglePlayer2021

Inherits:
Object
  • Object
show all
Defined in:
lib/ftc_events_client/models/score_detail_single_player_2021.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ScoreDetailSinglePlayer2021

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 168

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `FtcEventsClient::ScoreDetailSinglePlayer2021` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `FtcEventsClient::ScoreDetailSinglePlayer2021`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'barcode_element')
    self.barcode_element = attributes[:'barcode_element']
  end

  if attributes.key?(:'carousel')
    self.carousel = attributes[:'carousel']
  end

  if attributes.key?(:'auto_navigated')
    self.auto_navigated = attributes[:'auto_navigated']
  end

  if attributes.key?(:'auto_bonus')
    self.auto_bonus = attributes[:'auto_bonus']
  end

  if attributes.key?(:'auto_storage_freight')
    self.auto_storage_freight = attributes[:'auto_storage_freight']
  end

  if attributes.key?(:'auto_freight1')
    self.auto_freight1 = attributes[:'auto_freight1']
  end

  if attributes.key?(:'auto_freight2')
    self.auto_freight2 = attributes[:'auto_freight2']
  end

  if attributes.key?(:'auto_freight3')
    self.auto_freight3 = attributes[:'auto_freight3']
  end

  if attributes.key?(:'driver_controlled_storage_freight')
    self.driver_controlled_storage_freight = attributes[:'driver_controlled_storage_freight']
  end

  if attributes.key?(:'driver_controlled_freight1')
    self.driver_controlled_freight1 = attributes[:'driver_controlled_freight1']
  end

  if attributes.key?(:'driver_controlled_freight2')
    self.driver_controlled_freight2 = attributes[:'driver_controlled_freight2']
  end

  if attributes.key?(:'driver_controlled_freight3')
    self.driver_controlled_freight3 = attributes[:'driver_controlled_freight3']
  end

  if attributes.key?(:'endgame_delivered')
    self.endgame_delivered = attributes[:'endgame_delivered']
  end

  if attributes.key?(:'alliance_balanced')
    self.alliance_balanced = attributes[:'alliance_balanced']
  end

  if attributes.key?(:'endgame_parked')
    self.endgame_parked = attributes[:'endgame_parked']
  end

  if attributes.key?(:'capped')
    self.capped = attributes[:'capped']
  end

  if attributes.key?(:'minor_penalties')
    self.minor_penalties = attributes[:'minor_penalties']
  end

  if attributes.key?(:'major_penalties')
    self.major_penalties = attributes[:'major_penalties']
  end

  if attributes.key?(:'carousel_points')
    self.carousel_points = attributes[:'carousel_points']
  end

  if attributes.key?(:'auto_navigation_points')
    self.auto_navigation_points = attributes[:'auto_navigation_points']
  end

  if attributes.key?(:'auto_freight_points')
    self.auto_freight_points = attributes[:'auto_freight_points']
  end

  if attributes.key?(:'auto_bonus_points')
    self.auto_bonus_points = attributes[:'auto_bonus_points']
  end

  if attributes.key?(:'driver_controlled_alliance_hub_points')
    self.driver_controlled_alliance_hub_points = attributes[:'driver_controlled_alliance_hub_points']
  end

  if attributes.key?(:'driver_controlled_storage_points')
    self.driver_controlled_storage_points = attributes[:'driver_controlled_storage_points']
  end

  if attributes.key?(:'endgame_delivery_points')
    self.endgame_delivery_points = attributes[:'endgame_delivery_points']
  end

  if attributes.key?(:'alliance_balanced_points')
    self.alliance_balanced_points = attributes[:'alliance_balanced_points']
  end

  if attributes.key?(:'endgame_parking_points')
    self.endgame_parking_points = attributes[:'endgame_parking_points']
  end

  if attributes.key?(:'capping_points')
    self.capping_points = attributes[:'capping_points']
  end

  if attributes.key?(:'auto_points')
    self.auto_points = attributes[:'auto_points']
  end

  if attributes.key?(:'driver_controlled_points')
    self.driver_controlled_points = attributes[:'driver_controlled_points']
  end

  if attributes.key?(:'endgame_points')
    self.endgame_points = attributes[:'endgame_points']
  end

  if attributes.key?(:'penalty_points')
    self.penalty_points = attributes[:'penalty_points']
  end

  if attributes.key?(:'total_points')
    self.total_points = attributes[:'total_points']
  end
end

Instance Attribute Details

#alliance_balancedObject

Returns the value of attribute alliance_balanced.



42
43
44
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 42

def alliance_balanced
  @alliance_balanced
end

#alliance_balanced_pointsObject

Returns the value of attribute alliance_balanced_points.



66
67
68
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 66

def alliance_balanced_points
  @alliance_balanced_points
end

#auto_bonusObject

Returns the value of attribute auto_bonus.



22
23
24
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 22

def auto_bonus
  @auto_bonus
end

#auto_bonus_pointsObject

Returns the value of attribute auto_bonus_points.



58
59
60
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 58

def auto_bonus_points
  @auto_bonus_points
end

#auto_freight1Object

Returns the value of attribute auto_freight1.



26
27
28
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 26

def auto_freight1
  @auto_freight1
end

#auto_freight2Object

Returns the value of attribute auto_freight2.



28
29
30
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 28

def auto_freight2
  @auto_freight2
end

#auto_freight3Object

Returns the value of attribute auto_freight3.



30
31
32
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 30

def auto_freight3
  @auto_freight3
end

#auto_freight_pointsObject

Returns the value of attribute auto_freight_points.



56
57
58
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 56

def auto_freight_points
  @auto_freight_points
end

#auto_navigatedObject

Returns the value of attribute auto_navigated.



20
21
22
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 20

def auto_navigated
  @auto_navigated
end

#auto_navigation_pointsObject

Returns the value of attribute auto_navigation_points.



54
55
56
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 54

def auto_navigation_points
  @auto_navigation_points
end

#auto_pointsObject

Returns the value of attribute auto_points.



72
73
74
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 72

def auto_points
  @auto_points
end

#auto_storage_freightObject

Returns the value of attribute auto_storage_freight.



24
25
26
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 24

def auto_storage_freight
  @auto_storage_freight
end

#barcode_elementObject

Returns the value of attribute barcode_element.



16
17
18
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 16

def barcode_element
  @barcode_element
end

#cappedObject

Returns the value of attribute capped.



46
47
48
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 46

def capped
  @capped
end

#capping_pointsObject

Returns the value of attribute capping_points.



70
71
72
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 70

def capping_points
  @capping_points
end

Returns the value of attribute carousel.



18
19
20
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 18

def carousel
  @carousel
end

Returns the value of attribute carousel_points.



52
53
54
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 52

def carousel_points
  @carousel_points
end

#driver_controlled_alliance_hub_pointsObject

Returns the value of attribute driver_controlled_alliance_hub_points.



60
61
62
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 60

def driver_controlled_alliance_hub_points
  @driver_controlled_alliance_hub_points
end

#driver_controlled_freight1Object

Returns the value of attribute driver_controlled_freight1.



34
35
36
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 34

def driver_controlled_freight1
  @driver_controlled_freight1
end

#driver_controlled_freight2Object

Returns the value of attribute driver_controlled_freight2.



36
37
38
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 36

def driver_controlled_freight2
  @driver_controlled_freight2
end

#driver_controlled_freight3Object

Returns the value of attribute driver_controlled_freight3.



38
39
40
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 38

def driver_controlled_freight3
  @driver_controlled_freight3
end

#driver_controlled_pointsObject

Returns the value of attribute driver_controlled_points.



74
75
76
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 74

def driver_controlled_points
  @driver_controlled_points
end

#driver_controlled_storage_freightObject

Returns the value of attribute driver_controlled_storage_freight.



32
33
34
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 32

def driver_controlled_storage_freight
  @driver_controlled_storage_freight
end

#driver_controlled_storage_pointsObject

Returns the value of attribute driver_controlled_storage_points.



62
63
64
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 62

def driver_controlled_storage_points
  @driver_controlled_storage_points
end

#endgame_deliveredObject

Returns the value of attribute endgame_delivered.



40
41
42
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 40

def endgame_delivered
  @endgame_delivered
end

#endgame_delivery_pointsObject

Returns the value of attribute endgame_delivery_points.



64
65
66
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 64

def endgame_delivery_points
  @endgame_delivery_points
end

#endgame_parkedObject

Returns the value of attribute endgame_parked.



44
45
46
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 44

def endgame_parked
  @endgame_parked
end

#endgame_parking_pointsObject

Returns the value of attribute endgame_parking_points.



68
69
70
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 68

def endgame_parking_points
  @endgame_parking_points
end

#endgame_pointsObject

Returns the value of attribute endgame_points.



76
77
78
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 76

def endgame_points
  @endgame_points
end

#major_penaltiesObject

Returns the value of attribute major_penalties.



50
51
52
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 50

def major_penalties
  @major_penalties
end

#minor_penaltiesObject

Returns the value of attribute minor_penalties.



48
49
50
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 48

def minor_penalties
  @minor_penalties
end

#penalty_pointsObject

Returns the value of attribute penalty_points.



78
79
80
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 78

def penalty_points
  @penalty_points
end

#total_pointsObject

Returns the value of attribute total_points.



80
81
82
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 80

def total_points
  @total_points
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 83

def self.attribute_map
  {
    :'barcode_element' => :'barcodeElement',
    :'carousel' => :'carousel',
    :'auto_navigated' => :'autoNavigated',
    :'auto_bonus' => :'autoBonus',
    :'auto_storage_freight' => :'autoStorageFreight',
    :'auto_freight1' => :'autoFreight1',
    :'auto_freight2' => :'autoFreight2',
    :'auto_freight3' => :'autoFreight3',
    :'driver_controlled_storage_freight' => :'driverControlledStorageFreight',
    :'driver_controlled_freight1' => :'driverControlledFreight1',
    :'driver_controlled_freight2' => :'driverControlledFreight2',
    :'driver_controlled_freight3' => :'driverControlledFreight3',
    :'endgame_delivered' => :'endgameDelivered',
    :'alliance_balanced' => :'allianceBalanced',
    :'endgame_parked' => :'endgameParked',
    :'capped' => :'capped',
    :'minor_penalties' => :'minorPenalties',
    :'major_penalties' => :'majorPenalties',
    :'carousel_points' => :'carouselPoints',
    :'auto_navigation_points' => :'autoNavigationPoints',
    :'auto_freight_points' => :'autoFreightPoints',
    :'auto_bonus_points' => :'autoBonusPoints',
    :'driver_controlled_alliance_hub_points' => :'driverControlledAllianceHubPoints',
    :'driver_controlled_storage_points' => :'driverControlledStoragePoints',
    :'endgame_delivery_points' => :'endgameDeliveryPoints',
    :'alliance_balanced_points' => :'allianceBalancedPoints',
    :'endgame_parking_points' => :'endgameParkingPoints',
    :'capping_points' => :'cappingPoints',
    :'auto_points' => :'autoPoints',
    :'driver_controlled_points' => :'driverControlledPoints',
    :'endgame_points' => :'endgamePoints',
    :'penalty_points' => :'penaltyPoints',
    :'total_points' => :'totalPoints'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



382
383
384
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 382

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_nullableObject

List of attributes with nullable: true



161
162
163
164
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 161

def self.openapi_nullable
  Set.new([
  ])
end

.openapi_typesObject

Attribute type mapping.



122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 122

def self.openapi_types
  {
    :'barcode_element' => :'Object',
    :'carousel' => :'Object',
    :'auto_navigated' => :'Object',
    :'auto_bonus' => :'Object',
    :'auto_storage_freight' => :'Object',
    :'auto_freight1' => :'Object',
    :'auto_freight2' => :'Object',
    :'auto_freight3' => :'Object',
    :'driver_controlled_storage_freight' => :'Object',
    :'driver_controlled_freight1' => :'Object',
    :'driver_controlled_freight2' => :'Object',
    :'driver_controlled_freight3' => :'Object',
    :'endgame_delivered' => :'Object',
    :'alliance_balanced' => :'Object',
    :'endgame_parked' => :'Object',
    :'capped' => :'Object',
    :'minor_penalties' => :'Object',
    :'major_penalties' => :'Object',
    :'carousel_points' => :'Object',
    :'auto_navigation_points' => :'Object',
    :'auto_freight_points' => :'Object',
    :'auto_bonus_points' => :'Object',
    :'driver_controlled_alliance_hub_points' => :'Object',
    :'driver_controlled_storage_points' => :'Object',
    :'endgame_delivery_points' => :'Object',
    :'alliance_balanced_points' => :'Object',
    :'endgame_parking_points' => :'Object',
    :'capping_points' => :'Object',
    :'auto_points' => :'Object',
    :'driver_controlled_points' => :'Object',
    :'endgame_points' => :'Object',
    :'penalty_points' => :'Object',
    :'total_points' => :'Object'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 329

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      barcode_element == o.barcode_element &&
      carousel == o.carousel &&
      auto_navigated == o.auto_navigated &&
      auto_bonus == o.auto_bonus &&
      auto_storage_freight == o.auto_storage_freight &&
      auto_freight1 == o.auto_freight1 &&
      auto_freight2 == o.auto_freight2 &&
      auto_freight3 == o.auto_freight3 &&
      driver_controlled_storage_freight == o.driver_controlled_storage_freight &&
      driver_controlled_freight1 == o.driver_controlled_freight1 &&
      driver_controlled_freight2 == o.driver_controlled_freight2 &&
      driver_controlled_freight3 == o.driver_controlled_freight3 &&
      endgame_delivered == o.endgame_delivered &&
      alliance_balanced == o.alliance_balanced &&
      endgame_parked == o.endgame_parked &&
      capped == o.capped &&
      minor_penalties == o.minor_penalties &&
      major_penalties == o.major_penalties &&
      carousel_points == o.carousel_points &&
      auto_navigation_points == o.auto_navigation_points &&
      auto_freight_points == o.auto_freight_points &&
      auto_bonus_points == o.auto_bonus_points &&
      driver_controlled_alliance_hub_points == o.driver_controlled_alliance_hub_points &&
      driver_controlled_storage_points == o.driver_controlled_storage_points &&
      endgame_delivery_points == o.endgame_delivery_points &&
      alliance_balanced_points == o.alliance_balanced_points &&
      endgame_parking_points == o.endgame_parking_points &&
      capping_points == o.capping_points &&
      auto_points == o.auto_points &&
      driver_controlled_points == o.driver_controlled_points &&
      endgame_points == o.endgame_points &&
      penalty_points == o.penalty_points &&
      total_points == o.total_points
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 412

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    FtcEventsClient.const_get(type).build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



481
482
483
484
485
486
487
488
489
490
491
492
493
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 481

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 389

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.openapi_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
      self.send("#{key}=", nil)
    end
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


369
370
371
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 369

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



375
376
377
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 375

def hash
  [barcode_element, carousel, auto_navigated, auto_bonus, auto_storage_freight, auto_freight1, auto_freight2, auto_freight3, driver_controlled_storage_freight, driver_controlled_freight1, driver_controlled_freight2, driver_controlled_freight3, endgame_delivered, alliance_balanced, endgame_parked, capped, minor_penalties, major_penalties, carousel_points, auto_navigation_points, auto_freight_points, auto_bonus_points, driver_controlled_alliance_hub_points, driver_controlled_storage_points, endgame_delivery_points, alliance_balanced_points, endgame_parking_points, capping_points, auto_points, driver_controlled_points, endgame_points, penalty_points, total_points].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



316
317
318
319
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 316

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



457
458
459
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 457

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 463

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = self.class.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



451
452
453
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 451

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



323
324
325
# File 'lib/ftc_events_client/models/score_detail_single_player_2021.rb', line 323

def valid?
  true
end