Class: CSV2API::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/csv2api/cli.rb

Overview

A Simple Struct class for storing options

Instance Attribute Summary collapse

Instance Attribute Details

#directoryObject

Returns the value of attribute directory

Returns:

  • (Object)

    the current value of directory



108
109
110
# File 'lib/csv2api/cli.rb', line 108

def directory
  @directory
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



108
109
110
# File 'lib/csv2api/cli.rb', line 108

def file
  @file
end