Class: Microdata::Schema::Organization

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

Constant Summary collapse

ATTRIBUTES =
[
  :address,
  :aggregate_rating,
  :alumni,
  :area_served,
  :award,
  :brand,
  :contact_point,
  :department,
  :dissolution_date,
  :duns,
  :email,
  :employee,
  :event,
  :fax_number,
  :founder,
  :founding_date,
  :founding_location,
  :funder,
  :global_location_number,
  :has_offer_catalog,
  :has_POS,
  :isic_V4,
  :legal_name,
  :lei_code,
  :location,
  :logo,
  :makes_offer,
  :member,
  :member_of,
  :naics,
  :number_of_employees,
  :owns,
  :parent_organization,
  :review,
  :seeks,
  :sponsor,
  :sub_organization,
  :tax_ID,
  :telephone,
  :vat_ID,
].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