Class: Serverkit::Actions::Base
- Inherits:
-
Object
- Object
- Serverkit::Actions::Base
- Defined in:
- lib/serverkit/actions/base.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(argv) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(argv) ⇒ Base
14 15 16 |
# File 'lib/serverkit/actions/base.rb', line 14 def initialize(argv) @argv = argv end |
Instance Method Details
#call ⇒ Object
18 19 20 21 |
# File 'lib/serverkit/actions/base.rb', line 18 def call setup run end |