Method: Nodectl::Service#supported_actions
- Defined in:
- lib/nodectl/service.rb
#supported_actions ⇒ Object
55 56 57 58 59 60 61 62 |
# File 'lib/nodectl/service.rb', line 55 def supported_actions binding = recipe_binding if binding binding.supported_actions else [] end end |