Class: Increase::Models::Entity::Joint
- Defined in:
- lib/increase/models/entity.rb
Defined Under Namespace
Classes: Individual
Instance Attribute Summary collapse
-
#individuals ⇒ Array<Increase::Models::Entity::Joint::Individual>
The two individuals that share control of the entity.
-
#name_ ⇒ String
The entity's name.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#individuals ⇒ Array<Increase::Models::Entity::Joint::Individual>
The two individuals that share control of the entity.
310 |
# File 'lib/increase/models/entity.rb', line 310 required :individuals, Increase::ArrayOf.new(-> { Increase::Models::Entity::Joint::Individual }) |
#name_ ⇒ String
The entity's name.
315 |
# File 'lib/increase/models/entity.rb', line 315 required :name_, String |