Class: Xberg::CsvConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCsvConfig

Returns a new instance of CsvConfig.

Parameters:

  • delimiter: (String)
  • comment_prefixes: (Array[String])


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

def initialize: (?delimiter: String, ?comment_prefixes: Array[String]) -> void

Instance Attribute Details

#comment_prefixesArray[String] (readonly)

Returns the value of attribute comment_prefixes.

Returns:

  • (Array[String])


442
443
444
# File 'sig/types.rbs', line 442

def comment_prefixes
  @comment_prefixes
end

#delimiterString? (readonly)

Returns the value of attribute delimiter.

Returns:

  • (String, nil)


441
442
443
# File 'sig/types.rbs', line 441

def delimiter
  @delimiter
end