Class: Microdata::Schema::Place

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

Constant Summary collapse

ATTRIBUTES =
[
  :additional_property,
  :address,
  :aggregate_rating,
  :amenity_feature,
  :branch_code,
  :contained_in_place,
  :contains_place,
  :event,
  :fax_number,
  :geo,
  :global_location_number,
  :has_map,
  :isic_V4,
  :logo,
  :maximum_attendee_capacity,
  :opening_hours_specification,
  :photo,
  :review,
  :smoking_allowed,
  :special_opening_hours_specification,
  :telephone,
].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