Class: Mida::SchemaOrg::BookFormatType

Inherits:
DataType::Enumeration show all
Defined in:
lib/mida/vocabularies/schemaorg/bookformattype.rb

Overview

The publication format of the book.

Constant Summary collapse

VALID_VALUES =
[
  [::Mida::DataType::URL, %r{http://schema.org/EBook}i],
  [::Mida::DataType::URL, %r{http://schema.org/Hardcover}i],
  [::Mida::DataType::URL, %r{http://schema.org/Paperback}i]
]

Method Summary

Methods inherited from DataType::Enumeration

#initialize

Methods inherited from DataType::Generic

#==, #method_missing, parse, #to_s, #to_yaml

Constructor Details

This class inherits a constructor from Mida::DataType::Enumeration

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mida::DataType::Generic