Class: FSR::Cmd::Load
Constant Summary
Constants inherited from Command
Instance Attribute Summary (collapse)
-
- (Object) arguments
readonly
Returns the value of attribute arguments.
Instance Method Summary (collapse)
-
- (Load) initialize(mod)
constructor
A new instance of Load.
Methods inherited from Command
Constructor Details
- (Load) initialize(mod)
A new instance of Load
7 8 9 |
# File 'lib/fsr/cmd/load.rb', line 7 def initialize(mod) @arguments = [mod] end |
Instance Attribute Details
- (Object) arguments (readonly)
Returns the value of attribute arguments
5 6 7 |
# File 'lib/fsr/cmd/load.rb', line 5 def arguments @arguments end |