Class: Trycourier::Models::UserProfile::Address
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(country:, formatted:, locality:, postal_code:, region:, street_address:) ⇒ Object
|
# File 'lib/trycourier/models/user_profile.rb', line 264
|
Instance Attribute Details
#country ⇒ String
237
|
# File 'lib/trycourier/models/user_profile.rb', line 237
required :country, String
|
242
|
# File 'lib/trycourier/models/user_profile.rb', line 242
required :formatted, String
|
#locality ⇒ String
247
|
# File 'lib/trycourier/models/user_profile.rb', line 247
required :locality, String
|
#postal_code ⇒ String
252
|
# File 'lib/trycourier/models/user_profile.rb', line 252
required :postal_code, String
|
#region ⇒ String
257
|
# File 'lib/trycourier/models/user_profile.rb', line 257
required :region, String
|
#street_address ⇒ String
262
|
# File 'lib/trycourier/models/user_profile.rb', line 262
required :street_address, String
|