class OpenStudio::PathPair

Public Class Methods

new(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/PathPair.rb, line 4
def self.new(*args)
end

Public Instance Methods

get_first() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/PathPair.rb, line 9
def get_first
end
get_second() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/PathPair.rb, line 14
def get_second
end
set_first(path) click to toggle source
# File lib/openstudio-api-stubs/Classes/PathPair.rb, line 6
def set_first(path)
end
set_second(path) click to toggle source
# File lib/openstudio-api-stubs/Classes/PathPair.rb, line 11
def set_second(path)
end