Class: EmailExport

Inherits:
AjaxExport show all
Defined in:
lib/service_adaptors/email_export.rb

Constant Summary

Constants inherited from Service

Service::LinkOutFilterTask, Service::StandardTask

Instance Attribute Summary

Attributes inherited from Service

#name, #priority, #request, #service_id, #session_id, #status, #task, #url

Instance Method Summary collapse

Methods inherited from AjaxExport

#handle, #response_url, #service_types_generated

Methods inherited from Service

#credits, #display_name, #handle, #handle_wrapper, #link_out_filter, #preempted_by, required_config_params, #response_to_view_data, #response_url, #service_types_generated, #view_data_from_service_type

Constructor Details

#initialize(config) ⇒ EmailExport

Returns a new instance of EmailExport.



3
4
5
6
7
8
# File 'lib/service_adaptors/email_export.rb', line 3

def initialize(config)
  @display_text ||= "Email"
  @form_controller ||= "export_email"
  @form_action ||= "email"
  super(config)
end