Class: BuildingSync::ProjectEntity

Inherits:
Object
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

http://www.gbxml.org/schemaProjectEntity

fileName - SOAP::SOAPString
uRI - SOAP::SOAPString
gUID - BuildingSync::GUID

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fileName = [], uRI = [], gUID = []) ⇒ ProjectEntity

Returns a new instance of ProjectEntity.



30938
30939
30940
30941
30942
# File 'lib/BuildingSync.rb', line 30938

def initialize(fileName = [], uRI = [], gUID = [])
  @fileName = fileName
  @uRI = uRI
  @gUID = gUID
end

Instance Attribute Details

#fileNameObject

Returns the value of attribute fileName.



30934
30935
30936
# File 'lib/BuildingSync.rb', line 30934

def fileName
  @fileName
end

#gUIDObject

Returns the value of attribute gUID.



30936
30937
30938
# File 'lib/BuildingSync.rb', line 30936

def gUID
  @gUID
end

#uRIObject

Returns the value of attribute uRI.



30935
30936
30937
# File 'lib/BuildingSync.rb', line 30935

def uRI
  @uRI
end