Class: Volg
- Inherits:
-
PostCL::Command
- Object
- PostCL::Command
- Volg
- Defined in:
- lib/postcl/command/volg.rb
Constant Summary
Constants inherited from PostCL::Command
Instance Method Summary collapse
-
#initialize(post) ⇒ Volg
constructor
A new instance of Volg.
- #run ⇒ Object
Methods inherited from PostCL::Command
Constructor Details
#initialize(post) ⇒ Volg
Returns a new instance of Volg.
2 3 4 |
# File 'lib/postcl/command/volg.rb', line 2 def initialize(post) super(post) end |
Instance Method Details
#run ⇒ Object
12 13 14 |
# File 'lib/postcl/command/volg.rb', line 12 def run end |