Class: Increase::Models::Entity::Trust::Trustee

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/entity.rb

Defined Under Namespace

Classes: Individual

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#individualIncrease::Models::Entity::Trust::Trustee::Individual

The individual trustee of the trust. Will be present if the trustee's structure is equal to individual.



594
# File 'lib/increase/models/entity.rb', line 594

required :individual, -> { Increase::Models::Entity::Trust::Trustee::Individual }

#structureSymbol

The structure of the trustee. Will always be equal to individual.

Returns:

  • (Symbol)


599
# File 'lib/increase/models/entity.rb', line 599

required :structure, Increase::Enum.new(:individual)