Class: OpenStudio::FileReference

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



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

def self.new(*args)
end

Instance Method Details

#checksumCreateString



34
35
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 34

def checksumCreate
end

#checksumLastString



37
38
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 37

def checksumLast
end

#cloneFileReference



7
8
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 7

def clone
end

#descriptionString



22
23
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 22

def description
end

#displayNameString



19
20
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 19

def displayName
end

#fileTypeFileReferenceType



28
29
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 28

def fileType
end

#makePathAbsolute(path) ⇒ Boolean



48
49
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 48

def makePathAbsolute(path)
end

#makePathRelative(*args) ⇒ Boolean



54
55
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 54

def makePathRelative(*args)
end

#nameString



16
17
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 16

def name
end

#pathPath



25
26
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 25

def path
end

#setDescription(string) ⇒ Object



43
44
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 43

def setDescription(string)
end

#setDisplayName(string) ⇒ Object



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

def setDisplayName(string)
end

#setName(string) ⇒ Object



39
40
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 39

def setName(string)
end

#setPath(path) ⇒ Object



45
46
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 45

def setPath(path)
end

#timestampLastSWIGTYPE_p_DateTime



31
32
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 31

def timestampLast
end

#update(path) ⇒ Boolean



51
52
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 51

def update(path)
end

#uuidUUID



10
11
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 10

def uuid
end

#versionUUIDUUID



13
14
# File 'lib/openstudio-api-stubs/Classes/FileReference.rb', line 13

def versionUUID
end