Module: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Concern::ClassMethods Private

Defined in:
lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.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.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#cast(other, **options) ⇒ Object

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.

Since:

  • 1.0.0



16
17
18
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb', line 16

def cast(other, **options)
  Commands::CastMethod.call(other: other, options: options)
end