Class: Xberg::CsvConfig
- Inherits:
-
Object
- Object
- Xberg::CsvConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#comment_prefixes ⇒ Array[String]
readonly
Returns the value of attribute comment_prefixes.
-
#delimiter ⇒ String?
readonly
Returns the value of attribute delimiter.
Instance Method Summary collapse
-
#initialize ⇒ CsvConfig
constructor
A new instance of CsvConfig.
Constructor Details
#initialize ⇒ CsvConfig
Returns a new instance of CsvConfig.
444 |
# File 'sig/types.rbs', line 444
def initialize: (?delimiter: String, ?comment_prefixes: Array[String]) -> void
|
Instance Attribute Details
#comment_prefixes ⇒ Array[String] (readonly)
Returns the value of attribute comment_prefixes.
442 443 444 |
# File 'sig/types.rbs', line 442 def comment_prefixes @comment_prefixes end |
#delimiter ⇒ String? (readonly)
Returns the value of attribute delimiter.
441 442 443 |
# File 'sig/types.rbs', line 441 def delimiter @delimiter end |