Class: BuildingSync::DishwasherSystemType::DishwasherLoadsPerWeek

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

Overview

inner class for member: DishwasherLoadsPerWeek http://buildingsync.net/schemas/bedes-auc/2019DishwasherLoadsPerWeek

xmlattr_Source - SOAP::SOAPString

Constant Summary collapse

AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ DishwasherLoadsPerWeek

Returns a new instance of DishwasherLoadsPerWeek.



11109
11110
11111
11112
# File 'lib/BuildingSync.rb', line 11109

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



11097
11098
11099
# File 'lib/BuildingSync.rb', line 11097

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



11101
11102
11103
# File 'lib/BuildingSync.rb', line 11101

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



11105
11106
11107
# File 'lib/BuildingSync.rb', line 11105

def xmlattr_Source=(value)
  __xmlattr[AttrSource] = value
end