Class: BuildingSync::Location_
- Inherits:
-
Object
- Object
- BuildingSync::Location_
- Defined in:
- lib/BuildingSync.rb
Overview
http://www.gbxml.org/schemaLocation
stationId - BuildingSync::StationId
name - SOAP::SOAPString
description - SOAP::SOAPString
zipcodeOrPostalCode - SOAP::SOAPString
longitude - SOAP::SOAPDecimal
latitude - SOAP::SOAPDecimal
elevation - BuildingSync::Elevation
cADModelAzimuth - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#cADModelAzimuth ⇒ Object
Returns the value of attribute cADModelAzimuth.
-
#description ⇒ Object
Returns the value of attribute description.
-
#elevation ⇒ Object
Returns the value of attribute elevation.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name ⇒ Object
Returns the value of attribute name.
-
#stationId ⇒ Object
Returns the value of attribute stationId.
-
#zipcodeOrPostalCode ⇒ Object
Returns the value of attribute zipcodeOrPostalCode.
Instance Method Summary collapse
-
#initialize(stationId = nil, name = nil, description = nil, zipcodeOrPostalCode = nil, longitude = nil, latitude = nil, elevation = nil, cADModelAzimuth = nil) ⇒ Location_
constructor
A new instance of Location_.
Constructor Details
#initialize(stationId = nil, name = nil, description = nil, zipcodeOrPostalCode = nil, longitude = nil, latitude = nil, elevation = nil, cADModelAzimuth = nil) ⇒ Location_
Returns a new instance of Location_.
29920 29921 29922 29923 29924 29925 29926 29927 29928 29929 |
# File 'lib/BuildingSync.rb', line 29920 def initialize(stationId = nil, name = nil, description = nil, zipcodeOrPostalCode = nil, longitude = nil, latitude = nil, elevation = nil, cADModelAzimuth = nil) @stationId = stationId @name = name @description = description @zipcodeOrPostalCode = zipcodeOrPostalCode @longitude = longitude @latitude = latitude @elevation = elevation @cADModelAzimuth = cADModelAzimuth end |
Instance Attribute Details
#cADModelAzimuth ⇒ Object
Returns the value of attribute cADModelAzimuth.
29918 29919 29920 |
# File 'lib/BuildingSync.rb', line 29918 def cADModelAzimuth @cADModelAzimuth end |
#description ⇒ Object
Returns the value of attribute description.
29913 29914 29915 |
# File 'lib/BuildingSync.rb', line 29913 def description @description end |
#elevation ⇒ Object
Returns the value of attribute elevation.
29917 29918 29919 |
# File 'lib/BuildingSync.rb', line 29917 def elevation @elevation end |
#latitude ⇒ Object
Returns the value of attribute latitude.
29916 29917 29918 |
# File 'lib/BuildingSync.rb', line 29916 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
29915 29916 29917 |
# File 'lib/BuildingSync.rb', line 29915 def longitude @longitude end |
#name ⇒ Object
Returns the value of attribute name.
29912 29913 29914 |
# File 'lib/BuildingSync.rb', line 29912 def name @name end |
#stationId ⇒ Object
Returns the value of attribute stationId.
29911 29912 29913 |
# File 'lib/BuildingSync.rb', line 29911 def stationId @stationId end |
#zipcodeOrPostalCode ⇒ Object
Returns the value of attribute zipcodeOrPostalCode.
29914 29915 29916 |
# File 'lib/BuildingSync.rb', line 29914 def zipcodeOrPostalCode @zipcodeOrPostalCode end |