Class: PatternPark::CompileCommand
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#index ⇒ Object
Returns the value of attribute index.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(command, path) ⇒ CompileCommand
constructor
A new instance of CompileCommand.
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
#command ⇒ Object
Returns the value of attribute command.
151 152 153 |
# File 'lib/airake/fcshd.rb', line 151 def command @command end |
#index ⇒ Object
Returns the value of attribute index.
151 152 153 |
# File 'lib/airake/fcshd.rb', line 151 def index @index end |
#path ⇒ Object
Returns the value of attribute path.
151 152 153 |
# File 'lib/airake/fcshd.rb', line 151 def path @path end |