Class: LeanTag::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



23
24
25
26
27
# File 'lib/lean_tag.rb', line 23

def initialize
  self.delimiter = ','
  self.force_lowercase = true
  self.remove_unused = true
end

Instance Attribute Details

#delimiterObject

Returns the value of attribute delimiter.



21
22
23
# File 'lib/lean_tag.rb', line 21

def delimiter
  @delimiter
end

#force_lowercaseObject

Returns the value of attribute force_lowercase.



21
22
23
# File 'lib/lean_tag.rb', line 21

def force_lowercase
  @force_lowercase
end

#remove_unusedObject

Returns the value of attribute remove_unused.



21
22
23
# File 'lib/lean_tag.rb', line 21

def remove_unused
  @remove_unused
end