Class: Project

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

Direct Known Subclasses

ITerm, Terminal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(directory) ⇒ Project

Returns a new instance of Project.



4
5
6
# File 'lib/hurl/project.rb', line 4

def initialize(directory)
  @dir = directory
end

Instance Attribute Details

#appscriptObject

Returns the value of attribute appscript.



2
3
4
# File 'lib/hurl/project.rb', line 2

def appscript
  @appscript
end

#dirObject

Returns the value of attribute dir.



2
3
4
# File 'lib/hurl/project.rb', line 2

def dir
  @dir
end