Class: Clingon::ParserConfiguration
- Inherits:
-
Object
- Object
- Clingon::ParserConfiguration
- Defined in:
- lib/clingon/helpers/parser_configuration.rb
Instance Attribute Summary collapse
-
#conf_file ⇒ Object
Returns the value of attribute conf_file.
-
#delimiter ⇒ Object
Returns the value of attribute delimiter.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
-
#strict ⇒ Object
Returns the value of attribute strict.
-
#structure ⇒ Object
Returns the value of attribute structure.
Instance Method Summary collapse
-
#initialize ⇒ ParserConfiguration
constructor
A new instance of ParserConfiguration.
Constructor Details
#initialize ⇒ ParserConfiguration
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_file ⇒ Object
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 |
#delimiter ⇒ Object
Returns the value of attribute delimiter.
3 4 5 |
# File 'lib/clingon/helpers/parser_configuration.rb', line 3 def delimiter @delimiter end |
#inputs ⇒ Object
Returns the value of attribute inputs.
3 4 5 |
# File 'lib/clingon/helpers/parser_configuration.rb', line 3 def inputs @inputs end |
#strict ⇒ Object
Returns the value of attribute strict.
3 4 5 |
# File 'lib/clingon/helpers/parser_configuration.rb', line 3 def strict @strict end |
#structure ⇒ Object
Returns the value of attribute structure.
4 5 6 |
# File 'lib/clingon/helpers/parser_configuration.rb', line 4 def structure @structure end |