Sha256: 8b3c3da8bc1e4fc04d0116cd8817910be3efa1246d4d4fb31eb08620e4817741
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 Bytes
Contents
module OpenActive module Models module Schema class Chapter < ::OpenActive::Models::Schema::CreativeWork # @!attribute type # @return [String] def type "schema:Chapter" end # @return [String] define_property :pagination, as: "pagination", types: [ "string", ] # @return [String,int,nil] define_property :page_end, as: "pageEnd", types: [ "string", "int", "null", ] # @return [String,int,nil] define_property :page_start, as: "pageStart", types: [ "string", "int", "null", ] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.5.0 | lib/openactive/models/schema/chapter.rb |
openactive-0.4.0 | lib/openactive/models/schema/chapter.rb |