Class: Microdata::Schema::SoftwareSourceCode

Inherits:
CreativeWork show all
Defined in:
lib/microdata/schema/thing/creative_work/software_source_code.rb

Constant Summary collapse

ATTRIBUTES =
[
  :code_repository,
  :code_sample_type,
  :programming_language,
  :runtime_platform,
  :target_product,
].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