Class: Xberg::ChunkClassificationDefinition
- Inherits:
-
Object
- Object
- Xberg::ChunkClassificationDefinition
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#label ⇒ String
readonly
Returns the value of attribute label.
Instance Method Summary collapse
-
#initialize ⇒ ChunkClassificationDefinition
constructor
A new instance of ChunkClassificationDefinition.
Constructor Details
#initialize ⇒ ChunkClassificationDefinition
Returns a new instance of ChunkClassificationDefinition.
164 |
# File 'sig/types.rbs', line 164
def initialize: (label: String, description: String) -> void
|
Instance Attribute Details
#description ⇒ String (readonly)
Returns the value of attribute description.
162 163 164 |
# File 'sig/types.rbs', line 162 def description @description end |
#label ⇒ String (readonly)
Returns the value of attribute label.
161 162 163 |
# File 'sig/types.rbs', line 161 def label @label end |