class TrelloBackupRenderer::Models::Attachment

Attributes

path[R]

Public Class Methods

new(args) click to toggle source
# File lib/trello_backup_renderer/models.rb, line 54
def initialize(args)
  @path = args[:path]
end