Class: Increase::Models::EntityCreateParams::Trust::Trustee
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::EntityCreateParams::Trust::Trustee
- Defined in:
- lib/increase/models/entity_create_params.rb,
sig/increase/models/entity_create_params.rbs
Defined Under Namespace
Modules: Structure Classes: Individual
Instance Attribute Summary collapse
-
#individual ⇒ Increase::Models::EntityCreateParams::Trust::Trustee::Individual?
Details of the individual trustee.
-
#structure ⇒ Symbol, Increase::Models::EntityCreateParams::Trust::Trustee::Structure
The structure of the trustee.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(structure:, individual: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Trustee for more details.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(structure:, individual: nil) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::EntityCreateParams::Trust::Trustee for more details.
|
|
# File 'lib/increase/models/entity_create_params.rb', line 1855
|
Instance Attribute Details
#individual ⇒ Increase::Models::EntityCreateParams::Trust::Trustee::Individual?
Details of the individual trustee. Within the trustee object, this is required
if structure is equal to individual.
1853 |
# File 'lib/increase/models/entity_create_params.rb', line 1853 optional :individual, -> { Increase::EntityCreateParams::Trust::Trustee::Individual } |
#structure ⇒ Symbol, Increase::Models::EntityCreateParams::Trust::Trustee::Structure
The structure of the trustee.
1846 |
# File 'lib/increase/models/entity_create_params.rb', line 1846 required :structure, enum: -> { Increase::EntityCreateParams::Trust::Trustee::Structure } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/entity_create_params.rb', line 1872
|
Instance Method Details
#to_hash ⇒ {
1529 |
# File 'sig/increase/models/entity_create_params.rbs', line 1529
def to_hash: -> {
|