Class: InvocationProviderInputValue

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/invocation_provider_input_value.rb

Instance Method Summary collapse

Instance Method Details

#provider_inputObject



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