Class: ParseOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/thymeleaf/parser/parse_options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeParseOptions

Returns a new instance of ParseOptions.



8
9
10
# File 'lib/thymeleaf/parser/parse_options.rb', line 8

def initialize
  self.encoding = nil
end

Instance Attribute Details

#encodingObject

Returns the value of attribute encoding.



6
7
8
# File 'lib/thymeleaf/parser/parse_options.rb', line 6

def encoding
  @encoding
end