Class: FinchAPI::Models::IndividualEvent::Data
- Defined in:
- lib/finch-api/models/individual_event.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Instance Attribute Summary collapse
-
#individual_id ⇒ String?
readonly
The ID of the individual related to the event.
Instance Attribute Details
#individual_id ⇒ String? (readonly)
The ID of the individual related to the event.
37 |
# File 'lib/finch-api/models/individual_event.rb', line 37 optional :individual_id, String |