Class: Microdata::Schema::Boolean

Inherits:
Boolean
  • Object
show all
Defined in:
lib/microdata/schema/data_type/boolean.rb

Constant Summary collapse

VALUES =
[
  True,
  False
]