Method: FCS::SendmsgRequest#execute
- Defined in:
- lib/fcs/sendmsg_request.rb
#execute(app, *args) ⇒ Object
convenience method
6 7 8 |
# File 'lib/fcs/sendmsg_request.rb', line 6 def execute(app, *args) self.call_command(:execute).execute_app_name(app).execute_app_arg(args.map(&:to_s).join(' ')) end |