Class: MetadataPresenter::OfflineUploadAdapter

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/metadata_presenter/offline_upload_adapter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#allowed_file_typesObject

Returns the value of attribute allowed_file_types.



4
5
6
# File 'app/models/metadata_presenter/offline_upload_adapter.rb', line 4

def allowed_file_types
  @allowed_file_types
end

#file_detailsObject

Returns the value of attribute file_details.



4
5
6
# File 'app/models/metadata_presenter/offline_upload_adapter.rb', line 4

def file_details
  @file_details
end

#sessionObject

Returns the value of attribute session.



4
5
6
# File 'app/models/metadata_presenter/offline_upload_adapter.rb', line 4

def session
  @session
end

Instance Method Details

#callObject



6
7
8
# File 'app/models/metadata_presenter/offline_upload_adapter.rb', line 6

def call
  {}
end