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
Returns a new instance of Base.
13 14 15 |
# File 'lib/serverkit/actions/base.rb', line 13 def initialize(argv) @argv = argv end |
Instance Method Details
#call ⇒ Object
17 18 19 20 |
# File 'lib/serverkit/actions/base.rb', line 17 def call setup run end |