Class: Edoxen::ComponentLocalization
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::ComponentLocalization
- Defined in:
- lib/edoxen/component_localization.rb,
sig/edoxen.rbs
Overview
Component.
Instance Attribute Summary collapse
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#language_code ⇒ String?
readonly
Returns the value of attribute language_code.
-
#script ⇒ String?
readonly
Returns the value of attribute script.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ String? (readonly)
Returns the value of attribute description.
392 393 394 |
# File 'sig/edoxen.rbs', line 392 def description @description end |
#language_code ⇒ String? (readonly)
Returns the value of attribute language_code.
389 390 391 |
# File 'sig/edoxen.rbs', line 389 def language_code @language_code end |
#script ⇒ String? (readonly)
Returns the value of attribute script.
390 391 392 |
# File 'sig/edoxen.rbs', line 390 def script @script end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
391 392 393 |
# File 'sig/edoxen.rbs', line 391 def title @title end |