Class: SproutPunk::Commands::Assets
- Inherits:
-
Base
- Object
- Thor
- Base
- SproutPunk::Commands::Assets
show all
- Defined in:
- lib/sproutpunk/commands/assets.rb
Instance Method Summary
collapse
Methods inherited from Base
command_set, #initialize
Methods included from Helpers
#_config
Instance Method Details
#import ⇒ Object
17
18
|
# File 'lib/sproutpunk/commands/assets.rb', line 17
def import
end
|
#manifest ⇒ Object
9
10
|
# File 'lib/sproutpunk/commands/assets.rb', line 9
def manifest
end
|
#update ⇒ Object
13
14
|
# File 'lib/sproutpunk/commands/assets.rb', line 13
def update
end
|