Class: Clingon::ParserConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/clingon/helpers/parser_configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeParserConfiguration

Returns a new instance of ParserConfiguration.



6
7
8
9
# File 'lib/clingon/helpers/parser_configuration.rb', line 6

def initialize
  @delimiter = '-'
  @strict = true
end

Instance Attribute Details

#conf_fileObject

Returns the value of attribute conf_file.



4
5
6
# File 'lib/clingon/helpers/parser_configuration.rb', line 4

def conf_file
  @conf_file
end

#delimiterObject

Returns the value of attribute delimiter.



3
4
5
# File 'lib/clingon/helpers/parser_configuration.rb', line 3

def delimiter
  @delimiter
end

#inputsObject

Returns the value of attribute inputs.



3
4
5
# File 'lib/clingon/helpers/parser_configuration.rb', line 3

def inputs
  @inputs
end

#strictObject

Returns the value of attribute strict.



3
4
5
# File 'lib/clingon/helpers/parser_configuration.rb', line 3

def strict
  @strict
end

#structureObject

Returns the value of attribute structure.



4
5
6
# File 'lib/clingon/helpers/parser_configuration.rb', line 4

def structure
  @structure
end