Class: AsProject::CompileCommand
- Inherits:
-
Object
- Object
- AsProject::CompileCommand
- Defined in:
- lib/fcshs.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Method Summary collapse
-
#initialize(command) ⇒ CompileCommand
constructor
A new instance of CompileCommand.
Constructor Details
#initialize(command) ⇒ CompileCommand
Returns a new instance of CompileCommand.
208 209 210 |
# File 'lib/fcshs.rb', line 208 def initialize(command) @command = command end |
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
205 206 207 |
# File 'lib/fcshs.rb', line 205 def command @command end |
#index ⇒ Object
Returns the value of attribute index.
205 206 207 |
# File 'lib/fcshs.rb', line 205 def index @index end |