Class: Homesteading::Apps
- Inherits:
-
Object
- Object
- Homesteading::Apps
- Defined in:
- lib/homesteading/commands/apps.rb
Class Method Summary collapse
- .create(options = nil) ⇒ Object
- .default(options = nil) ⇒ Object
- .destroy(options = nil) ⇒ Object
- .info(options = nil) ⇒ Object
- .rename(options = nil) ⇒ Object
Class Method Details
.create(options = nil) ⇒ Object
8 9 |
# File 'lib/homesteading/commands/apps.rb', line 8 def create(=nil) end |
.default(options = nil) ⇒ Object
5 6 |
# File 'lib/homesteading/commands/apps.rb', line 5 def default(=nil) end |
.destroy(options = nil) ⇒ Object
11 12 |
# File 'lib/homesteading/commands/apps.rb', line 11 def destroy(=nil) end |
.info(options = nil) ⇒ Object
14 15 |
# File 'lib/homesteading/commands/apps.rb', line 14 def info(=nil) end |
.rename(options = nil) ⇒ Object
17 18 |
# File 'lib/homesteading/commands/apps.rb', line 17 def rename(=nil) end |