Class: AsProject::CompileCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/fcshs.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#commandObject

Returns the value of attribute command.



205
206
207
# File 'lib/fcshs.rb', line 205

def command
  @command
end

#indexObject

Returns the value of attribute index.



205
206
207
# File 'lib/fcshs.rb', line 205

def index
  @index
end