Class: Serverkit::Actions::Base
- Inherits:
-
Object
- Object
- Serverkit::Actions::Base
- Defined in:
- lib/serverkit/actions/base.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/serverkit/actions/base.rb', line 9 def initialize() @options = end |
Instance Method Details
#call ⇒ Object
13 14 15 |
# File 'lib/serverkit/actions/base.rb', line 13 def call raise NotImplementedError end |