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.



89
90
91
92
93
# File 'lib/download.rb', line 89

def initialize(app, args, msg)
    @app = app
    @args = args
    @msg = msg
end

Instance Attribute Details

#appObject

Returns the value of attribute app.



88
89
90
# File 'lib/download.rb', line 88

def app
  @app
end

#argsObject

Returns the value of attribute args.



88
89
90
# File 'lib/download.rb', line 88

def args
  @args
end

#msgObject

Returns the value of attribute msg.



88
89
90
# File 'lib/download.rb', line 88

def msg
  @msg
end