Class: OpenStudio::PathPair

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



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

def self.new(*args)
end

Instance Method Details

#get_firstPath

Returns:



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

def get_first
end

#get_secondPath

Returns:



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

def get_second
end

#set_first(path) ⇒ Object



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

def set_first(path)
end

#set_second(path) ⇒ Object



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

def set_second(path)
end