Class: Xberg::XmlMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeXmlMetadata

Returns a new instance of XmlMetadata.

Parameters:

  • element_count: (Integer)
  • unique_elements: (Array[String])


2714
# File 'sig/types.rbs', line 2714

def initialize: (?element_count: Integer, ?unique_elements: Array[String]) -> void

Instance Attribute Details

#element_countInteger (readonly)

Returns the value of attribute element_count.

Returns:

  • (Integer)


2711
2712
2713
# File 'sig/types.rbs', line 2711

def element_count
  @element_count
end

#unique_elementsArray[String] (readonly)

Returns the value of attribute unique_elements.

Returns:

  • (Array[String])


2712
2713
2714
# File 'sig/types.rbs', line 2712

def unique_elements
  @unique_elements
end