class Crunchbase::Models::EventAppearance

Get the EventAppearances data from API

Constants

RESOURCE_LIST

Public Instance Methods

basis_fields() click to toggle source
# File lib/crunchbase/models/event_appearance.rb, line 21
def basis_fields
  %w[
    appearance_type
    identifier
    name
    permalink
    short_description
    event_starts_on
    uuid
  ]
end
field_ids() click to toggle source
# File lib/crunchbase/models/event_appearance.rb, line 10
def field_ids
  %w[
    created_at
    updated_at
    entity_def_id
    event_identifier
    event_location_identifiers
    participant_identifier
  ] + basis_fields
end
full_cards() click to toggle source
# File lib/crunchbase/models/event_appearance.rb, line 33
def full_cards
  %w[
  ]
end