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.
41 |
# File 'sig/types.rbs', line 41
def initialize: (label: String, description: String) -> void
|
Instance Attribute Details
#description ⇒ String (readonly)
Returns the value of attribute description.
39 40 41 |
# File 'sig/types.rbs', line 39 def description @description end |
#label ⇒ String (readonly)
Returns the value of attribute label.
38 39 40 |
# File 'sig/types.rbs', line 38 def label @label end |