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.



171
172
173
# File 'lib/fcshs.rb', line 171

def initialize(command)
  @command = command
end

Instance Attribute Details

#commandObject

Returns the value of attribute command.



168
169
170
# File 'lib/fcshs.rb', line 168

def command
  @command
end

#indexObject

Returns the value of attribute index.



168
169
170
# File 'lib/fcshs.rb', line 168

def index
  @index
end