Class: ContextDev::Models::BrandRetrieveResponse::Brand::Address

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/context_dev/models/brand_retrieve_response.rb

Overview

See Also:

Instance Attribute Summary collapse

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 ContextDev::Internal::Type::BaseModel

Instance Attribute Details

#cityString?

City name

Returns:

  • (String, nil)


182
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 182

optional :city, String

#countryString?

Country name

Returns:

  • (String, nil)


188
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 188

optional :country, String

#country_codeString?

Country code

Returns:

  • (String, nil)


194
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 194

optional :country_code, String

#postal_codeString?

Postal or ZIP code

Returns:

  • (String, nil)


200
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 200

optional :postal_code, String

#state_codeString?

State or province code

Returns:

  • (String, nil)


206
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 206

optional :state_code, String

#state_provinceString?

State or province name

Returns:

  • (String, nil)


212
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 212

optional :state_province, String

#streetString?

Street address

Returns:

  • (String, nil)


218
# File 'lib/context_dev/models/brand_retrieve_response.rb', line 218

optional :street, String