Class: GitContext::Commands::Base
- Inherits:
-
Object
- Object
- GitContext::Commands::Base
- Defined in:
- lib/git_context/commands/base.rb
Direct Known Subclasses
CreateContext, CreateProfile, DeleteProfile, Help, ListProfile, Setup
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(configuration:, interaction:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(configuration:, interaction:) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/git_context/commands/base.rb', line 6 def initialize(configuration:, interaction:) @configuration = configuration @interaction = interaction end |
Instance Method Details
#call ⇒ Object
11 12 13 |
# File 'lib/git_context/commands/base.rb', line 11 def call raise NotImplementedError end |