Class: InvocationProviderInputValue
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- InvocationProviderInputValue
- Defined in:
- app/models/invocation_provider_input_value.rb
Instance Method Summary collapse
Instance Method Details
#provider_input ⇒ Object
9 10 11 |
# File 'app/models/invocation_provider_input_value.rb', line 9 def provider_input template_invocation.template.provider.provider_inputs.find { |item| item.name == name } end |