Class: SportsOddsAPI::Models::Player::Lookups
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
108
|
# File 'sig/sports_odds_api/models/player.rbs', line 108
def initialize: (
|
Instance Attribute Details
#any_name ⇒ Array<String>?
76
|
# File 'lib/sports_odds_api/models/player.rb', line 76
optional :any_name, SportsOddsAPI::Internal::Type::ArrayOf[String], api_name: :anyName
|
#full_name ⇒ Array<String>?
81
|
# File 'lib/sports_odds_api/models/player.rb', line 81
optional :full_name, SportsOddsAPI::Internal::Type::ArrayOf[String], api_name: :fullName
|
#initials ⇒ Array<String>?
86
|
# File 'lib/sports_odds_api/models/player.rb', line 86
optional :initials, SportsOddsAPI::Internal::Type::ArrayOf[String]
|
Instance Method Details
#to_hash ⇒ {
114
|
# File 'sig/sports_odds_api/models/player.rbs', line 114
def to_hash: -> {
|