Class: Xberg::ChunkClassificationDefinition

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeChunkClassificationDefinition

Returns a new instance of ChunkClassificationDefinition.

Parameters:

  • label: (String)
  • description: (String)


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

def initialize: (label: String, description: String) -> void

Instance Attribute Details

#descriptionString (readonly)

Returns the value of attribute description.

Returns:

  • (String)


39
40
41
# File 'sig/types.rbs', line 39

def description
  @description
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


38
39
40
# File 'sig/types.rbs', line 38

def label
  @label
end