Sha256: 4deecc6876d2198305049ae2f867408c4bf207b69cf8f68a8a9f733d2e45f5d9

Contents?: true

Size: 335 Bytes

Versions: 3

Compression:

Stored size: 335 Bytes

Contents

module Rexpense
  module Entities
    class Attachment < Base
      attribute :id, Integer
      attribute :description, String
      attribute :content_type, String
      attribute :file_name, String
      attribute :url, String
      attribute :user, Rexpense::Entities::User
      attribute :uploaded_at, DateTime
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rexpense-2.1.0 lib/rexpense/entities/attachment.rb
rexpense-2.0.0 lib/rexpense/entities/attachment.rb
rexpense-1.0.0 lib/rexpense/entities/attachment.rb