Class: Xberg::XmlMetadata
- Inherits:
-
Object
- Object
- Xberg::XmlMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#element_count ⇒ Integer
readonly
Returns the value of attribute element_count.
-
#unique_elements ⇒ Array[String]
readonly
Returns the value of attribute unique_elements.
Instance Method Summary collapse
-
#initialize ⇒ XmlMetadata
constructor
A new instance of XmlMetadata.
Constructor Details
#initialize ⇒ XmlMetadata
Returns a new instance of XmlMetadata.
2714 |
# File 'sig/types.rbs', line 2714 def initialize: (?element_count: Integer, ?unique_elements: Array[String]) -> void |
Instance Attribute Details
#element_count ⇒ Integer (readonly)
Returns the value of attribute element_count.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def element_count @element_count end |
#unique_elements ⇒ Array[String] (readonly)
Returns the value of attribute unique_elements.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def unique_elements @unique_elements end |