Class: Edoxen::TopicAsset

Inherits:
Lutaml::Model::Serializable
  • Object
show all
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

Instance Attribute Details

#formatString? (readonly)

Returns the value of attribute format.

Returns:

  • (String, nil)


270
271
272
# File 'sig/edoxen.rbs', line 270

def format
  @format
end

#identifierString? (readonly)

Returns the value of attribute identifier.

Returns:

  • (String, nil)


266
267
268
# File 'sig/edoxen.rbs', line 266

def identifier
  @identifier
end

#kindString? (readonly)

Returns the value of attribute kind.

Returns:

  • (String, nil)


268
269
270
# File 'sig/edoxen.rbs', line 268

def kind
  @kind
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


267
268
269
# File 'sig/edoxen.rbs', line 267

def title
  @title
end

#urlString? (readonly)

Returns the value of attribute url.

Returns:

  • (String, nil)


269
270
271
# File 'sig/edoxen.rbs', line 269

def url
  @url
end