Module: Tyrion::Connection
Instance Method Summary collapse
Instance Method Details
#path ⇒ Object
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 |