Class: FSR::App::ExecuteApp
- Inherits:
-
Application
- Object
- Application
- FSR::App::ExecuteApp
- Defined in:
- lib/fsr/app/execute_app.rb
Overview
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_log
Instance Attribute Summary (collapse)
-
- (Object) app_name
readonly
Returns the value of attribute app_name.
-
- (Object) arguments
readonly
Returns the value of attribute arguments.
Instance Method Summary (collapse)
-
- (ExecuteApp) initialize(app, *args)
constructor
A new instance of ExecuteApp.
Methods inherited from Application
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 |