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.



31463
31464
31465
31466
31467
# File 'lib/BuildingSync.rb', line 31463

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

Instance Attribute Details

#fileNameObject

Returns the value of attribute fileName.



31459
31460
31461
# File 'lib/BuildingSync.rb', line 31459

def fileName
  @fileName
end

#gUIDObject

Returns the value of attribute gUID.



31461
31462
31463
# File 'lib/BuildingSync.rb', line 31461

def gUID
  @gUID
end

#uRIObject

Returns the value of attribute uRI.



31460
31461
31462
# File 'lib/BuildingSync.rb', line 31460

def uRI
  @uRI
end