class TrelloBackupRenderer::Rendering::Options

Attributes

head_insert[R]
hide_authorship[R]
omit_styles[R]

Public Class Methods

new(args = {}) click to toggle source
# File lib/trello_backup_renderer/rendering.rb, line 14
def initialize(args = {})
  @hide_authorship = args[:hide_authorship]
  @omit_styles = args[:omit_styles]
  @head_insert = args[:head_insert]
end