Module: Believe::Models::CharacterUpdateParams::SalaryGbp
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/believe/models/character_update_params.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(Float, String)
|
|
# File 'lib/believe/models/character_update_params.rb', line 120
|
Instance Method Details
#initialize(character_id:, background: nil, date_of_birth: nil, email: nil, emotional_stats: nil, growth_arcs: nil, height_meters: nil, name: nil, personality_traits: nil, profile_image_url: nil, role: nil, salary_gbp: nil, signature_quotes: nil, team_id: nil, request_options: {}) ⇒ Object
113 114 115 116 117 118 119 120 121 122 |
# File 'lib/believe/models/character_update_params.rb', line 113 module SalaryGbp extend ::Believe::Internal::Type::Union variant Float variant String # @!method self.variants # @return [Array(Float, String)] end |