Class: Edoxen::TopicAsset
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::TopicAsset
- Defined in:
- lib/edoxen/topic_asset.rb,
sig/edoxen.rbs
Overview
TopicAsset — non-text resource about a Topic. Examples: image, dataset, model, video.
Instance Attribute Summary collapse
-
#format ⇒ String?
readonly
Returns the value of attribute format.
-
#identifier ⇒ String?
readonly
Returns the value of attribute identifier.
-
#kind ⇒ String?
readonly
Returns the value of attribute kind.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
-
#url ⇒ String?
readonly
Returns the value of attribute url.
Instance Attribute Details
#format ⇒ String? (readonly)
Returns the value of attribute format.
270 271 272 |
# File 'sig/edoxen.rbs', line 270 def format @format end |
#identifier ⇒ String? (readonly)
Returns the value of attribute identifier.
266 267 268 |
# File 'sig/edoxen.rbs', line 266 def identifier @identifier end |
#kind ⇒ String? (readonly)
Returns the value of attribute kind.
268 269 270 |
# File 'sig/edoxen.rbs', line 268 def kind @kind end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
267 268 269 |
# File 'sig/edoxen.rbs', line 267 def title @title end |
#url ⇒ String? (readonly)
Returns the value of attribute url.
269 270 271 |
# File 'sig/edoxen.rbs', line 269 def url @url end |