Class: PatternPark::CompileCommand

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(command, path) ⇒ CompileCommand

Returns a new instance of CompileCommand.



153
154
155
# File 'lib/airake/fcshd.rb', line 153

def initialize(command, path)
  @command, @path = command, path
end

Instance Attribute Details

#commandObject

Returns the value of attribute command.



151
152
153
# File 'lib/airake/fcshd.rb', line 151

def command
  @command
end

#indexObject

Returns the value of attribute index.



151
152
153
# File 'lib/airake/fcshd.rb', line 151

def index
  @index
end

#pathObject

Returns the value of attribute path.



151
152
153
# File 'lib/airake/fcshd.rb', line 151

def path
  @path
end