Class: ElFinder2::Command::Base
- Inherits:
-
Object
- Object
- ElFinder2::Command::Base
- Extended by:
- Forwardable
- Includes:
- HashUtils
- Defined in:
- lib/el_finder2/command/base.rb
Direct Known Subclasses
Dim, Duplicate, File, Mkdir, Open, Parents, Rename, Resize, Rm, Size, Tmb, Tree, Upload
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(controller, params) ⇒ Base
constructor
A new instance of Base.
Methods included from HashUtils
#from_base64url, #to_base64url, #to_path
Constructor Details
#initialize(controller, params) ⇒ Base
Returns a new instance of Base.
9 10 11 12 |
# File 'lib/el_finder2/command/base.rb', line 9 def initialize(controller, params) @controller = controller parse_params!(params) end |