Class: DownloadProcess::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/download.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#appObject

Returns the value of attribute app.



64
65
66
# File 'lib/download.rb', line 64

def app
  @app
end

#argsObject

Returns the value of attribute args.



64
65
66
# File 'lib/download.rb', line 64

def args
  @args
end

#msgObject

Returns the value of attribute msg.



64
65
66
# File 'lib/download.rb', line 64

def msg
  @msg
end