Class: FSR::App::ExecuteApp

Inherits:
Application show all
Defined in:
lib/fsr/app/execute_app.rb

Overview

http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_log

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Methods inherited from Application

#raw, #sendmsg, #to_s

Constructor Details

- (ExecuteApp) initialize(app, *args)

A new instance of ExecuteApp



7
8
9
10
# File 'lib/fsr/app/execute_app.rb', line 7

def initialize(app, *args)
  @app_name = app
  @arguments = args
end

Instance Attribute Details

- (Object) app_name (readonly)

Returns the value of attribute app_name



6
7
8
# File 'lib/fsr/app/execute_app.rb', line 6

def app_name
  @app_name
end

- (Object) arguments (readonly)

Returns the value of attribute arguments



6
7
8
# File 'lib/fsr/app/execute_app.rb', line 6

def arguments
  @arguments
end