Class: Actions::ForemanPatch::Invocation::Action::TemplateInvocationInputValue
- Inherits:
-
Object
- Object
- Actions::ForemanPatch::Invocation::Action::TemplateInvocationInputValue
- Defined in:
- app/lib/actions/foreman_patch/invocation/action.rb
Instance Attribute Summary collapse
-
#template_input ⇒ Object
readonly
Returns the value of attribute template_input.
-
#template_invocation ⇒ Object
readonly
Returns the value of attribute template_invocation.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(invocation, input, value) ⇒ TemplateInvocationInputValue
constructor
A new instance of TemplateInvocationInputValue.
Constructor Details
#initialize(invocation, input, value) ⇒ TemplateInvocationInputValue
Returns a new instance of TemplateInvocationInputValue.
10 11 12 13 14 |
# File 'app/lib/actions/foreman_patch/invocation/action.rb', line 10 def initialize(invocation, input, value) @template_invocation = invocation @template_input = input @value = value end |
Instance Attribute Details
#template_input ⇒ Object (readonly)
Returns the value of attribute template_input.
8 9 10 |
# File 'app/lib/actions/foreman_patch/invocation/action.rb', line 8 def template_input @template_input end |
#template_invocation ⇒ Object (readonly)
Returns the value of attribute template_invocation.
8 9 10 |
# File 'app/lib/actions/foreman_patch/invocation/action.rb', line 8 def template_invocation @template_invocation end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
8 9 10 |
# File 'app/lib/actions/foreman_patch/invocation/action.rb', line 8 def value @value end |