Class: BuildingSync::ProjectEntity
- Inherits:
-
Object
- Object
- BuildingSync::ProjectEntity
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaProjectEntity
fileName - SOAP::SOAPString
uRI - SOAP::SOAPString
gUID - BuildingSync::GUID
Instance Attribute Summary collapse
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#gUID ⇒ Object
Returns the value of attribute gUID.
-
#uRI ⇒ Object
Returns the value of attribute uRI.
Instance Method Summary collapse
-
#initialize(fileName = [], uRI = [], gUID = []) ⇒ ProjectEntity
constructor
A new instance of ProjectEntity.
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
#fileName ⇒ Object
Returns the value of attribute fileName.
31459 31460 31461 |
# File 'lib/BuildingSync.rb', line 31459 def fileName @fileName end |
#gUID ⇒ Object
Returns the value of attribute gUID.
31461 31462 31463 |
# File 'lib/BuildingSync.rb', line 31461 def gUID @gUID end |
#uRI ⇒ Object
Returns the value of attribute uRI.
31460 31461 31462 |
# File 'lib/BuildingSync.rb', line 31460 def uRI @uRI end |