Sha256: 7ab5e3d9ca9f5a0ae7ac71aa2170d51b6acd78c8b32c15b98d4bdfec82913274
Contents?: true
Size: 457 Bytes
Versions: 20
Compression:
Stored size: 457 Bytes
Contents
module Ecoportal module API class GraphQL module Base class FileAttachment < Ecoportal::API::GraphQL::Base::Model passkey :id passthrough :attachmentFileSize, :attachmentFileName, :attachmentContentType passthrough :urlType, :activeName passthrough :userId, :userName embeds_one :attachmentUpdatedAt, klass: GraphQL::Base::DateTime end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems