Module: Cupper::PlatformCollector
Instance Method Summary collapse
- #directory ⇒ Object
- #executes ⇒ Object
- #files ⇒ Object
- #links ⇒ Object
- #packages ⇒ Object
- #services ⇒ Object
- #templates ⇒ Object
- #users ⇒ Object
Instance Method Details
#directory ⇒ Object
28 29 30 |
# File 'lib/cupper/platform_collector.rb', line 28 def directory raise NotImplementedError end |
#executes ⇒ Object
24 25 26 |
# File 'lib/cupper/platform_collector.rb', line 24 def executes raise NotImplementedError end |
#files ⇒ Object
32 33 34 |
# File 'lib/cupper/platform_collector.rb', line 32 def files raise NotImplementedError end |
#links ⇒ Object
12 13 14 |
# File 'lib/cupper/platform_collector.rb', line 12 def links raise NotImplementedError end |
#packages ⇒ Object
8 9 10 |
# File 'lib/cupper/platform_collector.rb', line 8 def packages raise NotImplementedError end |
#services ⇒ Object
16 17 18 |
# File 'lib/cupper/platform_collector.rb', line 16 def services raise NotImplementedError end |
#templates ⇒ Object
36 37 38 |
# File 'lib/cupper/platform_collector.rb', line 36 def templates raise NotImplementedError end |
#users ⇒ Object
20 21 22 |
# File 'lib/cupper/platform_collector.rb', line 20 def users raise NotImplementedError end |