Class: Saper::Actions::CreateAtom
- Inherits:
-
Saper::Action
- Object
- Saper::Action
- Saper::Actions::CreateAtom
- Defined in:
- lib/saper/actions/create_atom.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
16 17 18 |
# File 'lib/saper/actions/create_atom.rb', line 16 def requires [] end |