Module: Tyrion::Connection

Extended by:
Connection
Included in:
Connection
Defined in:
lib/tyrion/connection.rb

Instance Method Summary collapse

Instance Method Details

#pathObject



9
10
11
# File 'lib/tyrion/connection.rb', line 9

def path
  @folder_path || raise("No path set!")
end

#path=(folder_path) ⇒ Object



5
6
7
# File 'lib/tyrion/connection.rb', line 5

def path= folder_path
  @folder_path = folder_path
end