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)


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

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

Instance Attribute Details

#descriptionString (readonly)

Returns the value of attribute description.

Returns:

  • (String)


162
163
164
# File 'sig/types.rbs', line 162

def description
  @description
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


161
162
163
# File 'sig/types.rbs', line 161

def label
  @label
end