Class: Saper::Actions::SetInput
- Inherits:
-
Saper::Action
- Object
- Saper::Action
- Saper::Actions::SetInput
- Defined in:
- lib/saper/actions/set_input.rb
Instance Attribute Summary
Attributes inherited from Saper::Action
Instance Method Summary collapse
-
#requires ⇒ Object
Overrides default logic.
Methods inherited from Saper::Action
[], accepts, accepts?, accepts_anything?, accepts_nothing?, accepts_something?, #args, argument, arguments, #block, inherited, #initialize, #multiple?, #name, #namespace, new, returns_multiple_items!, returns_multiple_items?, run, #run, #serialize, subclasses, #to_string, type, unserialize, #validate_input
Constructor Details
This class inherits a constructor from Saper::Action
Instance Method Details
#requires ⇒ Object
Overrides default logic
13 14 15 |
# File 'lib/saper/actions/set_input.rb', line 13 def requires [] end |