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.
171 172 173 |
# File 'lib/fcshs.rb', line 171 def initialize(command) @command = command end |
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
168 169 170 |
# File 'lib/fcshs.rb', line 168 def command @command end |
#index ⇒ Object
Returns the value of attribute index.
168 169 170 |
# File 'lib/fcshs.rb', line 168 def index @index end |