Method: Jets::Resource::ChildStack::AppClass#authorizer_output
- Defined in:
- lib/jets/resource/child_stack/app_class.rb
#authorizer_output(desc) ⇒ Object
99 100 101 102 103 |
# File 'lib/jets/resource/child_stack/app_class.rb', line 99 def (desc) , = desc.split('.') # IE: MainAuthorizer.Outputs.ProtectAuthorizer "#{}.Outputs.#{}" end |