Class: BuildingSync::RefrigerationSystemType

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

Overview

http://buildingsync.net/schemas/bedes-auc/2019RefrigerationSystemType

refrigerationSystemCategory - BuildingSync::RefrigerationSystemType::RefrigerationSystemCategory
thirdPartyCertification - SOAP::SOAPString
yearInstalled - SOAP::SOAPGYear
yearOfManufacture - SOAP::SOAPGYear
primaryFuel - BuildingSync::FuelTypes
manufacturer - SOAP::SOAPString
modelNumber - SOAP::SOAPString
location - SOAP::SOAPString
linkedPremises - BuildingSync::LinkedPremises
userDefinedFields - BuildingSync::UserDefinedFields
quantity - BuildingSync::Quantity
xmlattr_ID - SOAP::SOAPID
xmlattr_Status - SOAP::SOAPString

Defined Under Namespace

Classes: RefrigerationSystemCategory

Constant Summary collapse

AttrID =
XSD::QName.new(nil, "ID")
AttrStatus =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Status")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(refrigerationSystemCategory = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil) ⇒ RefrigerationSystemType

Returns a new instance of RefrigerationSystemType.



11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
# File 'lib/BuildingSync.rb', line 11051

def initialize(refrigerationSystemCategory = nil, thirdPartyCertification = nil, yearInstalled = nil, yearOfManufacture = nil, primaryFuel = nil, manufacturer = nil, modelNumber = nil, location = nil, linkedPremises = nil, userDefinedFields = nil, quantity = nil)
  @refrigerationSystemCategory = refrigerationSystemCategory
  @thirdPartyCertification = thirdPartyCertification
  @yearInstalled = yearInstalled
  @yearOfManufacture = yearOfManufacture
  @primaryFuel = primaryFuel
  @manufacturer = manufacturer
  @modelNumber = modelNumber
  @location = location
  @linkedPremises = linkedPremises
  @userDefinedFields = userDefinedFields
  @quantity = quantity
  @__xmlattr = {}
end

Instance Attribute Details

#linkedPremisesObject

Returns the value of attribute linkedPremises.



11027
11028
11029
# File 'lib/BuildingSync.rb', line 11027

def linkedPremises
  @linkedPremises
end

#locationObject

Returns the value of attribute location.



11026
11027
11028
# File 'lib/BuildingSync.rb', line 11026

def location
  @location
end

#manufacturerObject

Returns the value of attribute manufacturer.



11024
11025
11026
# File 'lib/BuildingSync.rb', line 11024

def manufacturer
  @manufacturer
end

#modelNumberObject

Returns the value of attribute modelNumber.



11025
11026
11027
# File 'lib/BuildingSync.rb', line 11025

def modelNumber
  @modelNumber
end

#primaryFuelObject

Returns the value of attribute primaryFuel.



11023
11024
11025
# File 'lib/BuildingSync.rb', line 11023

def primaryFuel
  @primaryFuel
end

#quantityObject

Returns the value of attribute quantity.



11029
11030
11031
# File 'lib/BuildingSync.rb', line 11029

def quantity
  @quantity
end

#refrigerationSystemCategoryObject

Returns the value of attribute refrigerationSystemCategory.



11019
11020
11021
# File 'lib/BuildingSync.rb', line 11019

def refrigerationSystemCategory
  @refrigerationSystemCategory
end

#thirdPartyCertificationObject

Returns the value of attribute thirdPartyCertification.



11020
11021
11022
# File 'lib/BuildingSync.rb', line 11020

def thirdPartyCertification
  @thirdPartyCertification
end

#userDefinedFieldsObject

Returns the value of attribute userDefinedFields.



11028
11029
11030
# File 'lib/BuildingSync.rb', line 11028

def userDefinedFields
  @userDefinedFields
end

#yearInstalledObject

Returns the value of attribute yearInstalled.



11021
11022
11023
# File 'lib/BuildingSync.rb', line 11021

def yearInstalled
  @yearInstalled
end

#yearOfManufactureObject

Returns the value of attribute yearOfManufacture.



11022
11023
11024
# File 'lib/BuildingSync.rb', line 11022

def yearOfManufacture
  @yearOfManufacture
end

Instance Method Details

#__xmlattrObject



11031
11032
11033
# File 'lib/BuildingSync.rb', line 11031

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_IDObject



11035
11036
11037
# File 'lib/BuildingSync.rb', line 11035

def xmlattr_ID
  __xmlattr[AttrID]
end

#xmlattr_ID=(value) ⇒ Object



11039
11040
11041
# File 'lib/BuildingSync.rb', line 11039

def xmlattr_ID=(value)
  __xmlattr[AttrID] = value
end

#xmlattr_StatusObject



11043
11044
11045
# File 'lib/BuildingSync.rb', line 11043

def xmlattr_Status
  __xmlattr[AttrStatus]
end

#xmlattr_Status=(value) ⇒ Object



11047
11048
11049
# File 'lib/BuildingSync.rb', line 11047

def xmlattr_Status=(value)
  __xmlattr[AttrStatus] = value
end