Class: Slidict::Output::Format::Definition

Inherits:
Struct
  • Object
show all
Defined in:
lib/slidict/output/format.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_formatObject

Returns the value of attribute body_format

Returns:

  • (Object)

    the current value of body_format



10
11
12
# File 'lib/slidict/output/format.rb', line 10

def body_format
  @body_format
end

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



10
11
12
# File 'lib/slidict/output/format.rb', line 10

def extension
  @extension
end

#frontmatterObject

Returns the value of attribute frontmatter

Returns:

  • (Object)

    the current value of frontmatter



10
11
12
# File 'lib/slidict/output/format.rb', line 10

def frontmatter
  @frontmatter
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/slidict/output/format.rb', line 10

def name
  @name
end