lib/ecoportal/api/v2/s3/files/poll_status.rb in ecoportal-api-v2-2.0.6 vs lib/ecoportal/api/v2/s3/files/poll_status.rb in ecoportal-api-v2-2.0.7
- old
+ new
@@ -1,11 +1,11 @@
module Ecoportal
module API
class V2
class S3
class Files
- class PollStatus < Common::Content::DoubleModel
- class FileContainer < Common::Content::DoubleModel
+ class PollStatus < Ecoportal::API::Common::Content::DoubleModel
+ class FileContainer < Ecoportal::API::Common::Content::DoubleModel
passkey :id
passthrough :file_container_id # same as :id :)
passthrough :name, :label
passthrough :file_size, :content_type
passthrough :tags