Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Location
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Location
- Defined in:
- lib/finch_api/models/provider.rb
Overview
Instance Attribute Summary collapse
- #city ⇒ Boolean?
- #country ⇒ Boolean?
- #line1 ⇒ Boolean?
- #line2 ⇒ Boolean?
- #postal_code ⇒ Boolean?
- #state ⇒ Boolean?
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_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!
Constructor Details
This class inherits a constructor from FinchAPI::Internal::Type::BaseModel
Instance Attribute Details
#city ⇒ Boolean?
644 |
# File 'lib/finch_api/models/provider.rb', line 644 optional :city, FinchAPI::Internal::Type::Boolean |
#country ⇒ Boolean?
649 |
# File 'lib/finch_api/models/provider.rb', line 649 optional :country, FinchAPI::Internal::Type::Boolean |
#line1 ⇒ Boolean?
654 |
# File 'lib/finch_api/models/provider.rb', line 654 optional :line1, FinchAPI::Internal::Type::Boolean |
#line2 ⇒ Boolean?
659 |
# File 'lib/finch_api/models/provider.rb', line 659 optional :line2, FinchAPI::Internal::Type::Boolean |