Module: ConvenientService::Service::Plugins::HasInspect::Concern Private
- Includes:
- ConvenientService::Support::Concern
- Defined in:
- lib/convenient_service/service/plugins/has_inspect/concern.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #inspect ⇒ String private
Methods included from ConvenientService::Support::Concern
Instance Method Details
#inspect ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 20 21 |
# File 'lib/convenient_service/service/plugins/has_inspect/concern.rb', line 19 def inspect "<#{Utils::Class.display_name(self.class)}>" end |