class OpenStudio::Path

Public Class Methods

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

Public Instance Methods

DivideEqual(*args) click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 68
def DivideEqual(*args)
end
Equal(*args) click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 65
def Equal(*args)
end
__div__(path) click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 59
def __div__(path)
end
__str__() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 62
def __str__
end
_string() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 14
def _string
end
clear() click to toggle source
# File lib/openstudio-api-stubs/Classes/Path.rb, line 6
def clear
end
empty() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 35
def empty
end
extension() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 32
def extension
end
filename() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 26
def filename
end
has_filename() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 53
def has_filename
end
has_parent_path() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 56
def has_parent_path
end
has_relative_path() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 50
def has_relative_path
end
has_root_directory() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 47
def has_root_directory
end
has_root_name() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 44
def has_root_name
end
has_root_path() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 41
def has_root_path
end
is_complete() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 38
def is_complete
end
parent_path() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 23
def parent_path
end
relative_path() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 20
def relative_path
end
remove_filename() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 11
def remove_filename
end
replace_extension(*args) click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 71
def replace_extension(*args)
end
root_path() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 17
def root_path
end
stem() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/Path.rb, line 29
def stem
end
swap(path) click to toggle source
# File lib/openstudio-api-stubs/Classes/Path.rb, line 8
def swap(path)
end