Class: OpenActive::Models::DataDownload

Inherits:
Schema::DataDownload show all
Defined in:
lib/openactive/models/data_download.rb

Overview

## **EARLY RELEASE NOTICE** In order to expedite the OpenActive tooling work, this class has been added to the model for the purposes of testing. IT IS SUBJECT TO CHANGE, as the [Dataset API Discovery specification](www.openactive.io/dataset-api-discovery/EditorsDraft/) evolves.

This type is derived from [DataDownload](schema.org/DataDownload), which means that any of this type’s properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.

Instance Attribute Summary collapse

Attributes inherited from Schema::DataDownload

#measurement_technique

Attributes inherited from Schema::MediaObject

#associated_article, #bitrate, #content_size, #duration, #embed_url, #encodes_creative_work, #end_time, #height, #player_type, #production_company, #regions_allowed, #requires_subscription, #start_time, #upload_date, #width

Attributes inherited from Schema::CreativeWork

#about, #abstract, #access_mode, #access_mode_sufficient, #accessibility_api, #accessibility_control, #accessibility_feature, #accessibility_hazard, #accessibility_summary, #accountable_person, #aggregate_rating, #alternative_headline, #associated_media, #audience, #audio, #author, #award, #awards, #character, #citation, #comment, #comment_count, #conditions_of_access, #content_location, #content_rating, #content_reference_time, #contributor, #copyright_holder, #copyright_year, #correction, #creative_work_status, #creator, #date_created, #date_modified, #date_published, #discussion_url, #editor, #educational_alignment, #educational_use, #encoding, #encodings, #example_of_work, #expires, #file_format, #funder, #genre, #has_part, #headline, #in_language, #interaction_statistic, #interactivity_type, #is_accessible_for_free, #is_based_on, #is_based_on_url, #is_family_friendly, #is_part_of, #keywords, #learning_resource_type, #license, #location_created, #main_entity, #material, #material_extent, #mentions, #offers, #position, #producer, #provider, #publication, #publisher, #publishing_principles, #recorded_at, #released_event, #review, #reviews, #schema_version, #sd_date_published, #sd_license, #sd_publisher, #source_organization, #spatial, #spatial_coverage, #sponsor, #temporal, #temporal_coverage, #text, #thumbnail_url, #time_required, #translator, #typical_age_range, #version, #video, #work_example

Attributes inherited from Schema::Thing

#alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #potential_action, #same_as, #subject_of, #url

Attributes inherited from JsonLdModel

#context, #id

Method Summary

Methods inherited from BaseModel

#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json

Methods included from Concerns::TypeChecker

#check_types, included

Methods included from Concerns::JsonLdSerializable

included, #to_h, #values

Constructor Details

This class inherits a constructor from OpenActive::BaseModel

Instance Attribute Details

#additional_typeURI

Returns:

  • (URI)


22
23
24
# File 'lib/openactive/models/data_download.rb', line 22

def additional_type
  @additional_type
end

#content_urlURI

Returns:

  • (URI)


27
28
29
# File 'lib/openactive/models/data_download.rb', line 27

def content_url
  @content_url
end

#encoding_formatString

Returns:

  • (String)


32
33
34
# File 'lib/openactive/models/data_download.rb', line 32

def encoding_format
  @encoding_format
end

#nameString

Returns:

  • (String)


17
18
19
# File 'lib/openactive/models/data_download.rb', line 17

def name
  @name
end

#typeString

Returns:

  • (String)


12
13
14
# File 'lib/openactive/models/data_download.rb', line 12

def type
  "DataDownload"
end