Class: Comunit::Network::Handlers::DeedImageHandler
- Inherits:
-
Comunit::Network::Handler
- Object
- Comunit::Network::Handler
- Comunit::Network::Handlers::DeedImageHandler
- Defined in:
- app/services/comunit/network/handlers/deed_image_handler.rb
Overview
Handling deed images
Constant Summary
Constants inherited from Comunit::Network::Handler
Comunit::Network::Handler::MAIN_HOST
Instance Attribute Summary
Attributes inherited from Comunit::Network::Handler
Class Method Summary collapse
Methods inherited from Comunit::Network::Handler
[], #amend, #entity_class, ignored_attributes, #initialize, #prepare_model_data, #pull, #pull_and_validate, #push, relationship_data
Methods included from Sending
Methods included from Logging
#log, #log_error, #log_info, #log_warn
Constructor Details
This class inherits a constructor from Comunit::Network::Handler
Class Method Details
.permitted_attributes ⇒ Object
8 9 10 |
# File 'app/services/comunit/network/handlers/deed_image_handler.rb', line 8 def self.permitted_attributes super + %i[caption description priority] end |