Class: OpenStudio::QUrlPathPair

Inherits:
Object
  • Object
show all
Defined in:
lib/openstudio-api-stubs/Classes/QUrlPathPair.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



4
5
# File 'lib/openstudio-api-stubs/Classes/QUrlPathPair.rb', line 4

def self.new(*args)
end

Instance Method Details

#get_firstQUrl

Returns:



9
10
# File 'lib/openstudio-api-stubs/Classes/QUrlPathPair.rb', line 9

def get_first
end

#get_secondPath

Returns:



14
15
# File 'lib/openstudio-api-stubs/Classes/QUrlPathPair.rb', line 14

def get_second
end

#set_first(qUrl) ⇒ Object



6
7
# File 'lib/openstudio-api-stubs/Classes/QUrlPathPair.rb', line 6

def set_first(qUrl)
end

#set_second(path) ⇒ Object



11
12
# File 'lib/openstudio-api-stubs/Classes/QUrlPathPair.rb', line 11

def set_second(path)
end