Class: Microdata::Schema::Event

Inherits:
Thing show all
Defined in:
lib/microdata/schema/thing/event.rb

Constant Summary collapse

ATTRIBUTES =
[
  :about,
  :actor,
  :aggregate_rating,
  :attendee,
  :audience,
  :composer,
  :contributor,
  :director,
  :door_time,
  :duration,
  :end_date,
  :event_status,
  :funder,
  :in_language,
  :is_accessible_for_free,
  :location,
  :maximum_attee_capacity,
  :offers,
  :organizer,
  :performer,
  :previous_start_date,
  :recorded_in,
  :remaining_attee_capacity,
  :review,
  :sponsor,
  :start_date,
  :sub_event,
  :super_event,
  :translator,
  :typical_age_range,
  :work_featured,
  :work_performed,
].freeze

Instance Attribute Summary

Attributes inherited from Microdata::Schema

#assined_attributes, #top_level

Method Summary

Methods inherited from Thing

#as_json, #initialize, #to_json, #to_json_ld

Methods inherited from Microdata::Schema

#initialize, #to_json_ld

Constructor Details

This class inherits a constructor from Microdata::Schema::Thing