Class: BuildingSync::CondenserPlantType::GroundSource::WellCount

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

Overview

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

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) ⇒ WellCount



8630
8631
8632
8633
# File 'lib/BuildingSync.rb', line 8630

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

Instance Method Details

#__xmlattrObject



8618
8619
8620
# File 'lib/BuildingSync.rb', line 8618

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_SourceObject



8622
8623
8624
# File 'lib/BuildingSync.rb', line 8622

def xmlattr_Source
  __xmlattr[AttrSource]
end

#xmlattr_Source=(value) ⇒ Object



8626
8627
8628
# File 'lib/BuildingSync.rb', line 8626

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