Class: EventOccurrenceDrop

Inherits:
Liquid::Simplero::Drop show all
Defined in:
app/drops/event_occurrence_drop.rb

Overview

Represents the occurrence of an event, for example, a Zoom meeting.

Instance Method Summary collapse

Methods inherited from Liquid::Simplero::Drop

#dom_id

Instance Method Details

#asset_urlString

The URL for the cover photo or video for the event.

Returns:

  • (String)

#description_htmlString

Returns:

  • (String)

#durationString

Returns:

  • (String)

#ends_atDateTime

Returns:

  • (DateTime)

#fixed_time?Boolean

Returns:

  • (Boolean)

#registration_urlString

Returns:

  • (String)

#show_urlString

Returns:

  • (String)

#starts_atDateTime

Returns:

  • (DateTime)

#titleString

Returns:

  • (String)