Class: Edoxen::ComponentLocalization

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

Overview

Component.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString? (readonly)

Returns the value of attribute description.

Returns:

  • (String, nil)


392
393
394
# File 'sig/edoxen.rbs', line 392

def description
  @description
end

#language_codeString? (readonly)

Returns the value of attribute language_code.

Returns:

  • (String, nil)


389
390
391
# File 'sig/edoxen.rbs', line 389

def language_code
  @language_code
end

#scriptString? (readonly)

Returns the value of attribute script.

Returns:

  • (String, nil)


390
391
392
# File 'sig/edoxen.rbs', line 390

def script
  @script
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


391
392
393
# File 'sig/edoxen.rbs', line 391

def title
  @title
end