Class: Increase::Models::Entity::Trust::Trustee
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Entity::Trust::Trustee
- Defined in:
- lib/increase/models/entity.rb,
sig/increase/models/entity.rbs
Defined Under Namespace
Modules: Structure Classes: Individual
Instance Attribute Summary collapse
-
#individual ⇒ Increase::Models::Entity::Trust::Trustee::Individual?
The individual trustee of the trust.
-
#structure ⇒ Symbol, Increase::Models::Entity::Trust::Trustee::Structure
The structure of the trustee.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(individual:, structure:) ⇒ 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(individual:, structure:) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::Entity::Trust::Trustee for more details.
|
|
# File 'lib/increase/models/entity.rb', line 1552
|
Instance Attribute Details
#individual ⇒ Increase::Models::Entity::Trust::Trustee::Individual?
The individual trustee of the trust. Will be present if the trustee's
structure is equal to individual.
1544 |
# File 'lib/increase/models/entity.rb', line 1544 required :individual, -> { Increase::Entity::Trust::Trustee::Individual }, nil?: true |
#structure ⇒ Symbol, Increase::Models::Entity::Trust::Trustee::Structure
The structure of the trustee. Will always be equal to individual.
1550 |
# File 'lib/increase/models/entity.rb', line 1550 required :structure, enum: -> { Increase::Entity::Trust::Trustee::Structure } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/entity.rb', line 1710
|
Instance Method Details
#to_hash ⇒ {
1217 |
# File 'sig/increase/models/entity.rbs', line 1217
def to_hash: -> {
|