Method: ApiMaker::MemberCommandService#constant
- Defined in:
- app/services/api_maker/member_command_service.rb
#constant ⇒ Object
20 21 22 |
# File 'app/services/api_maker/member_command_service.rb', line 20 def constant @constant ||= "Commands::#{namespace}::#{command_name.camelize}".constantize end |