Class: Cnvrg::Data
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- Cnvrg::Data
- Defined in:
- lib/cnvrg/data.rb
Instance Method Summary collapse
Methods inherited from SubCommandBase
Instance Method Details
#init ⇒ Object
16 17 18 |
# File 'lib/cnvrg/data.rb', line 16 def init puts "im in init" end |
#upload ⇒ Object
21 22 23 |
# File 'lib/cnvrg/data.rb', line 21 def upload puts "im in upload" end |