class TrelloBackupRenderer::Models::Board

Attributes

lists[R]

Public Class Methods

new(args = {}) click to toggle source
# File lib/trello_backup_renderer/models.rb, line 6
def initialize(args = {})
  @lists = (args[:lists] || []).sort_by(&:pos)
end