Class: Mida::SchemaOrg::OnSitePickup

Inherits:
DataType::Enumeration show all
Defined in:
lib/mida_vocabulary/vocabularies/schemaorg/onsitepickup.rb

Overview

A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office. Schema Version 1.9 (function(i,s,o,g,r,a,m).q||[]).push(arguments),i.l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o);a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,‘script’,‘//www.google-analytics.com/analytics.js’,‘ga’); ga(‘create’, ‘UA-52672119-1’, ‘auto’);ga(‘send’, ‘pageview’);

Constant Summary collapse

VALID_VALUES =
[
  [::Mida::DataType::URL, %r{http://schema.org/}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