Class: Rundoc::CodeCommand::FileCommand::AppendArgs
- Inherits:
-
Object
- Object
- Rundoc::CodeCommand::FileCommand::AppendArgs
- Defined in:
- lib/rundoc/code_command/file_command/append.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
Instance Method Summary collapse
-
#initialize(filename) ⇒ AppendArgs
constructor
A new instance of AppendArgs.
Constructor Details
#initialize(filename) ⇒ AppendArgs
Returns a new instance of AppendArgs.
7 8 9 |
# File 'lib/rundoc/code_command/file_command/append.rb', line 7 def initialize(filename) @filename = filename end |
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename.
5 6 7 |
# File 'lib/rundoc/code_command/file_command/append.rb', line 5 def filename @filename end |