Method: Finitio::Heading#initialize

Defined in:
lib/finitio/support/heading.rb

#initialize(attributes, options = nil) ⇒ Heading

Returns a new instance of Heading.



13
14
15
16
# File 'lib/finitio/support/heading.rb', line 13

def initialize(attributes, options = nil)
  @attributes = normalize_attributes(attributes)
  @options    = normalize_options(options)
end