Class: Nocode::Steps::Delete

Inherits:
Nocode::Step show all
Defined in:
lib/nocode/steps/delete.rb

Overview

Remove a register completely.

Constant Summary

Constants included from Util::Optionable

Util::Optionable::OPTION_PREFIX

Instance Attribute Summary

Attributes inherited from Nocode::Step

#context, #name, #options, #type

Instance Method Summary collapse

Methods inherited from Nocode::Step

#initialize

Methods included from Util::Optionable

included, #method_missing, #options, #respond_to_missing?

Methods included from Util::Arrayable

#array

Constructor Details

This class inherits a constructor from Nocode::Step

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Nocode::Util::Optionable

Instance Method Details

#performObject



9
10
11
# File 'lib/nocode/steps/delete.rb', line 9

def perform
  registers.delete(register_option)
end