class OpenStudio::QUrlPathPair
Public Class Methods
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/QUrlPathPair.rb, line 4 def self.new(*args) end
Public Instance Methods
get_first()
click to toggle source
@return [QUrl]
# File lib/openstudio-api-stubs/Classes/QUrlPathPair.rb, line 9 def get_first end
get_second()
click to toggle source
@return [Path]
# File lib/openstudio-api-stubs/Classes/QUrlPathPair.rb, line 14 def get_second end
set_first(qUrl)
click to toggle source
# File lib/openstudio-api-stubs/Classes/QUrlPathPair.rb, line 6 def set_first(qUrl) end
set_second(path)
click to toggle source
# File lib/openstudio-api-stubs/Classes/QUrlPathPair.rb, line 11 def set_second(path) end