Class: DownloadProcess::Command
- Inherits:
-
Object
- Object
- DownloadProcess::Command
- Defined in:
- lib/download.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
-
#args ⇒ Object
Returns the value of attribute args.
-
#msg ⇒ Object
Returns the value of attribute msg.
Instance Method Summary collapse
-
#initialize(app, args, msg) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(app, args, msg) ⇒ Command
Returns a new instance of Command.
65 66 67 68 69 |
# File 'lib/download.rb', line 65 def initialize(app, args, msg) @app = app @args = args @msg = msg end |
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
64 65 66 |
# File 'lib/download.rb', line 64 def app @app end |
#args ⇒ Object
Returns the value of attribute args.
64 65 66 |
# File 'lib/download.rb', line 64 def args @args end |
#msg ⇒ Object
Returns the value of attribute msg.
64 65 66 |
# File 'lib/download.rb', line 64 def msg @msg end |