Class: Microdata::Schema::ItemList

Inherits:
Intangible show all
Defined in:
lib/microdata/schema/thing/intangible/item_list.rb

Direct Known Subclasses

BreadcrumbList

Constant Summary collapse

ATTRIBUTES =
[
  :item_list_element,
  :item_list_order,
  :number_of_items,
].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