Method: Moonrope::DSL::ActionDSL#title
- Defined in:
- lib/moonrope/dsl/action_dsl.rb
#title(value) ⇒ void
This method returns an undefined value.
Set the title for the action
title "List all users"
25 26 27 |
# File 'lib/moonrope/dsl/action_dsl.rb', line 25 def title(value) @action.title = value end |