Class: Edoxen::TopicDocument

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/edoxen/topic_document.rb,
sig/edoxen.rbs

Overview

Topic.

Instance Attribute Summary collapse

Instance Attribute Details

#formatString? (readonly)

Returns the value of attribute format.

Returns:

  • (String, nil)


261
262
263
# File 'sig/edoxen.rbs', line 261

def format
  @format
end

#identifierString? (readonly)

Returns the value of attribute identifier.

Returns:

  • (String, nil)


256
257
258
# File 'sig/edoxen.rbs', line 256

def identifier
  @identifier
end

#language_codeString? (readonly)

Returns the value of attribute language_code.

Returns:

  • (String, nil)


262
263
264
# File 'sig/edoxen.rbs', line 262

def language_code
  @language_code
end

#statusString? (readonly)

Returns the value of attribute status.

Returns:

  • (String, nil)


259
260
261
# File 'sig/edoxen.rbs', line 259

def status
  @status
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


257
258
259
# File 'sig/edoxen.rbs', line 257

def title
  @title
end

#urlString? (readonly)

Returns the value of attribute url.

Returns:

  • (String, nil)


260
261
262
# File 'sig/edoxen.rbs', line 260

def url
  @url
end

#versionString? (readonly)

Returns the value of attribute version.

Returns:

  • (String, nil)


258
259
260
# File 'sig/edoxen.rbs', line 258

def version
  @version
end