Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Location
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Location
- Defined in:
- lib/finch-api/models/provider.rb
Instance Attribute Summary collapse
- #city ⇒ Boolean?
- #country ⇒ Boolean?
- #line1 ⇒ Boolean?
- #line2 ⇒ Boolean?
- #postal_code ⇒ Boolean?
- #state ⇒ Boolean? readonly
Method Summary
Methods inherited from BaseModel
#==, #[], coerce, #deconstruct_keys, defaults, dump, fields, #initialize, #inspect, known_fields, optional, required, reverse_map, #to_h, #to_s, try_strict_coerce
Methods included from Converter
#coerce, coerce, #dump, dump, #try_strict_coerce, try_strict_coerce, type_info
Constructor Details
This class inherits a constructor from FinchAPI::BaseModel
Instance Attribute Details
#city ⇒ Boolean?
1038 |
# File 'lib/finch-api/models/provider.rb', line 1038 optional :city, FinchAPI::BooleanModel |
#country ⇒ Boolean?
1047 |
# File 'lib/finch-api/models/provider.rb', line 1047 optional :country, FinchAPI::BooleanModel |
#line1 ⇒ Boolean?
1056 |
# File 'lib/finch-api/models/provider.rb', line 1056 optional :line1, FinchAPI::BooleanModel |
#line2 ⇒ Boolean?
1065 |
# File 'lib/finch-api/models/provider.rb', line 1065 optional :line2, FinchAPI::BooleanModel |
#postal_code ⇒ Boolean?
1074 |
# File 'lib/finch-api/models/provider.rb', line 1074 optional :postal_code, FinchAPI::BooleanModel |
#state ⇒ Boolean? (readonly)
1083 |
# File 'lib/finch-api/models/provider.rb', line 1083 optional :state, FinchAPI::BooleanModel |