Class: MethodRuby::Models::Entity::EntityIndividualResource::Vehicle::EntityVehicle::Vehicle
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::Entity::EntityIndividualResource::Vehicle::EntityVehicle::Vehicle
- Defined in:
- lib/method_ruby/models/entity.rb
Instance Attribute Summary collapse
-
#major_color ⇒ String?
Primary color of the vehicle.
-
#make ⇒ String?
Vehicle make.
-
#model ⇒ String?
Vehicle model.
-
#series ⇒ String?
Vehicle series.
-
#style ⇒ String?
Body style.
-
#vin ⇒ String?
Vehicle identification number.
-
#year ⇒ String?
Model year.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from MethodRuby::Internal::Type::BaseModel
Instance Attribute Details
#major_color ⇒ String?
Primary color of the vehicle.
16028 |
# File 'lib/method_ruby/models/entity.rb', line 16028 optional :major_color, String, nil?: true |
#make ⇒ String?
Vehicle make.
16034 |
# File 'lib/method_ruby/models/entity.rb', line 16034 optional :make, String, nil?: true |
#model ⇒ String?
Vehicle model.
16040 |
# File 'lib/method_ruby/models/entity.rb', line 16040 optional :model, String, nil?: true |
#series ⇒ String?
Vehicle series.
16046 |
# File 'lib/method_ruby/models/entity.rb', line 16046 optional :series, String, nil?: true |
#style ⇒ String?
Body style.
16052 |
# File 'lib/method_ruby/models/entity.rb', line 16052 optional :style, String, nil?: true |
#vin ⇒ String?
Vehicle identification number.
16058 |
# File 'lib/method_ruby/models/entity.rb', line 16058 optional :vin, String, nil?: true |
#year ⇒ String?
Model year.
16064 |
# File 'lib/method_ruby/models/entity.rb', line 16064 optional :year, String, nil?: true |