Class: Edoxen::TopicDocument
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::TopicDocument
- Defined in:
- lib/edoxen/topic_document.rb,
sig/edoxen.rbs
Overview
Topic.
Instance Attribute Summary collapse
-
#format ⇒ String?
readonly
Returns the value of attribute format.
-
#identifier ⇒ String?
readonly
Returns the value of attribute identifier.
-
#language_code ⇒ String?
readonly
Returns the value of attribute language_code.
-
#status ⇒ String?
readonly
Returns the value of attribute status.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
-
#url ⇒ String?
readonly
Returns the value of attribute url.
-
#version ⇒ String?
readonly
Returns the value of attribute version.
Instance Attribute Details
#format ⇒ String? (readonly)
Returns the value of attribute format.
261 262 263 |
# File 'sig/edoxen.rbs', line 261 def format @format end |
#identifier ⇒ String? (readonly)
Returns the value of attribute identifier.
256 257 258 |
# File 'sig/edoxen.rbs', line 256 def identifier @identifier end |
#language_code ⇒ String? (readonly)
Returns the value of attribute language_code.
262 263 264 |
# File 'sig/edoxen.rbs', line 262 def language_code @language_code end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
259 260 261 |
# File 'sig/edoxen.rbs', line 259 def status @status end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
257 258 259 |
# File 'sig/edoxen.rbs', line 257 def title @title end |
#url ⇒ String? (readonly)
Returns the value of attribute url.
260 261 262 |
# File 'sig/edoxen.rbs', line 260 def url @url end |
#version ⇒ String? (readonly)
Returns the value of attribute version.
258 259 260 |
# File 'sig/edoxen.rbs', line 258 def version @version end |