Class: OpenStudio::Path

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



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

def self.new(*args)
end

Instance Method Details

#__div__(path) ⇒ Path

Returns:



59
60
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 59

def __div__(path)
end

#__str__String

Returns:

  • (String)


62
63
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 62

def __str__
end

#_stringPath

Returns:



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

def _string
end

#clearObject



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

def clear
end

#DivideEqual(*args) ⇒ Path

Returns:



68
69
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 68

def DivideEqual(*args)
end

#emptyBoolean

Returns:

  • (Boolean)


35
36
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 35

def empty
end

#Equal(*args) ⇒ Path

Returns:



65
66
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 65

def Equal(*args)
end

#extensionPath

Returns:



32
33
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 32

def extension
end

#filenamePath

Returns:



26
27
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 26

def filename
end

#has_filenameBoolean

Returns:

  • (Boolean)


53
54
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 53

def has_filename
end

#has_parent_pathBoolean

Returns:

  • (Boolean)


56
57
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 56

def has_parent_path
end

#has_relative_pathBoolean

Returns:

  • (Boolean)


50
51
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 50

def has_relative_path
end

#has_root_directoryBoolean

Returns:

  • (Boolean)


47
48
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 47

def has_root_directory
end

#has_root_nameBoolean

Returns:

  • (Boolean)


44
45
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 44

def has_root_name
end

#has_root_pathBoolean

Returns:

  • (Boolean)


41
42
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 41

def has_root_path
end

#is_completeBoolean

Returns:

  • (Boolean)


38
39
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 38

def is_complete
end

#parent_pathPath

Returns:



23
24
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 23

def parent_path
end

#relative_pathPath

Returns:



20
21
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 20

def relative_path
end

#remove_filenamePath

Returns:



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

def remove_filename
end

#replace_extension(*args) ⇒ Path

Returns:



71
72
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 71

def replace_extension(*args)
end

#root_pathPath

Returns:



17
18
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 17

def root_path
end

#stemPath

Returns:



29
30
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 29

def stem
end

#swap(path) ⇒ Object



8
9
# File 'lib/openstudio-api-stubs/Classes/Path.rb', line 8

def swap(path)
end