Class: Niceql::NiceQLConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/niceql.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNiceQLConfig

Returns a new instance of NiceQLConfig.



443
444
445
446
# File 'lib/niceql.rb', line 443

def initialize
  self.indentation_base = 2
  self.open_bracket_is_newliner = false
end

Instance Attribute Details

#indentation_baseObject

Returns the value of attribute indentation_base.



441
442
443
# File 'lib/niceql.rb', line 441

def indentation_base
  @indentation_base
end

#open_bracket_is_newlinerObject

Returns the value of attribute open_bracket_is_newliner.



441
442
443
# File 'lib/niceql.rb', line 441

def open_bracket_is_newliner
  @open_bracket_is_newliner
end