Class: Microdata::Schema::Action

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

Constant Summary collapse

ATTRIBUTES =
[
  :action_status,
  :agent,
  :end_time,
  :error,
  :instrument,
  :location,
  :object,
  :participant,
  :result,
  :start_time,
  :target,
].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