Class: Racf::Commands::AbstractCommand
- Inherits:
-
Object
- Object
- Racf::Commands::AbstractCommand
- Defined in:
- lib/racf/commands/abstract_command.rb
Instance Method Summary collapse
- #extract_resources(*args) ⇒ Object
-
#initialize(session) ⇒ AbstractCommand
constructor
A new instance of AbstractCommand.
Constructor Details
#initialize(session) ⇒ AbstractCommand
Returns a new instance of AbstractCommand.
4 5 6 |
# File 'lib/racf/commands/abstract_command.rb', line 4 def initialize(session) @session = session end |
Instance Method Details
#extract_resources(*args) ⇒ Object
8 9 10 |
# File 'lib/racf/commands/abstract_command.rb', line 8 def extract_resources(*args) raise NotImplementedError.new("Subclass must implement method extract_resources.") end |