class Amazonite::DynamoDBV2::CsvOptions

Included Modules

Defined in:

dynamodb_v2/csv_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(delimiter : String | Nil = nil, header_list : Array(String) | Nil = nil) #

[View source]

Instance Method Detail

def delimiter : String | Nil #

[View source]
def delimiter=(delimiter : String | Nil) #

[View source]
def header_list : Array(String) | Nil #

[View source]
def header_list=(header_list : Array(String) | Nil) #

[View source]