Class: Xberg::XmlExtractionResult
- Inherits:
-
Object
- Object
- Xberg::XmlExtractionResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ String
readonly
Returns the value of attribute content.
-
#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 ⇒ XmlExtractionResult
constructor
A new instance of XmlExtractionResult.
Constructor Details
#initialize ⇒ XmlExtractionResult
Returns a new instance of XmlExtractionResult.
2707 |
# File 'sig/types.rbs', line 2707 def initialize: (content: String, element_count: Integer, unique_elements: Array[String]) -> void |
Instance Attribute Details
#content ⇒ String (readonly)
Returns the value of attribute content.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def content @content end |
#element_count ⇒ Integer (readonly)
Returns the value of attribute element_count.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def element_count @element_count end |
#unique_elements ⇒ Array[String] (readonly)
Returns the value of attribute unique_elements.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def unique_elements @unique_elements end |