Class: Edoxen::Localization

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

Overview

A monolingual rendering of a Decision. Mirrors the glossarist LocalizedConcept pattern: language-agnostic fields live on the parent Decision; per-language content lives here.

Instance Attribute Summary collapse

Instance Attribute Details

#consideringString? (readonly)

Returns the value of attribute considering.

Returns:

  • (String, nil)


157
158
159
# File 'sig/edoxen.rbs', line 157

def considering
  @considering
end

#language_codeString? (readonly)

Returns the value of attribute language_code.

Returns:

  • (String, nil)


152
153
154
# File 'sig/edoxen.rbs', line 152

def language_code
  @language_code
end

#messageString? (readonly)

Returns the value of attribute message.

Returns:

  • (String, nil)


156
157
158
# File 'sig/edoxen.rbs', line 156

def message
  @message
end

#scriptString? (readonly)

Returns the value of attribute script.

Returns:

  • (String, nil)


153
154
155
# File 'sig/edoxen.rbs', line 153

def script
  @script
end

#subjectString? (readonly)

Returns the value of attribute subject.

Returns:

  • (String, nil)


155
156
157
# File 'sig/edoxen.rbs', line 155

def subject
  @subject
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


154
155
156
# File 'sig/edoxen.rbs', line 154

def title
  @title
end