Class: Respo::Successes::Destroy
- Defined in:
- lib/respo/successes/destroy.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Response
call, #initialize, #serializer
Methods included from Helpers
#action_name, #camelize, pluralize, singularize
Constructor Details
This class inherits a constructor from Respo::Successes::Base
Instance Method Details
#data ⇒ Object
6 7 8 |
# File 'lib/respo/successes/destroy.rb', line 6 def data "Deleted #{record_name} #{label || clean_label}" end |