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.



11215
11216
11217
11218
# File 'lib/BuildingSync.rb', line 11215

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

Instance Method Details

#__xmlattrObject



11203
11204
11205
# File 'lib/BuildingSync.rb', line 11203

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



11207
11208
11209
# File 'lib/BuildingSync.rb', line 11207

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



11211
11212
11213
# File 'lib/BuildingSync.rb', line 11211

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