Class: FSR::App::ExecuteApp
- Inherits:
-
Application
- Object
- Application
- FSR::App::ExecuteApp
- Defined in:
- lib/fsr/app/execute_app.rb
Overview
Instance Attribute Summary collapse
-
#app_name ⇒ Object
readonly
Returns the value of attribute app_name.
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
Instance Method Summary collapse
-
#initialize(app, *args) ⇒ ExecuteApp
constructor
A new instance of ExecuteApp.
Methods inherited from Application
Constructor Details
#initialize(app, *args) ⇒ ExecuteApp
Returns 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
#app_name ⇒ Object (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 |
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments.
6 7 8 |
# File 'lib/fsr/app/execute_app.rb', line 6 def arguments @arguments end |