Module: ConvenientService::Service::Plugins::HasAwesomePrintInspect::Concern
- Includes:
- ConvenientService::Support::Concern
- Defined in:
- lib/convenient_service/service/plugins/has_awesome_print_inspect/concern.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ String
19 20 21 22 23 24 25 26 27 28 |
# File 'lib/convenient_service/service/plugins/has_awesome_print_inspect/concern.rb', line 19 def inspect = { ConvenientService: { entity: "Service", name: Utils::Class.display_name(self.class) } } .ai end |