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.



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

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

Instance Attribute Details

#delimiterObject

Returns the value of attribute delimiter.



18
19
20
# File 'lib/lean_tag.rb', line 18

def delimiter
  @delimiter
end

#force_lowercaseObject

Returns the value of attribute force_lowercase.



18
19
20
# File 'lib/lean_tag.rb', line 18

def force_lowercase
  @force_lowercase
end

#remove_unusedObject

Returns the value of attribute remove_unused.



18
19
20
# File 'lib/lean_tag.rb', line 18

def remove_unused
  @remove_unused
end