Class: BuildingSync::TimeSeriesType::IntervalReading
- Inherits:
-
String
- Object
- String
- BuildingSync::TimeSeriesType::IntervalReading
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: IntervalReading http://buildingsync.net/schemas/bedes-auc/2019IntervalReading
xmlattr_Source - SOAP::SOAPString
Constant Summary collapse
- AttrSource =
XSD::QName.new("http://buildingsync.net/schemas/bedes-auc/2019", "Source")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ IntervalReading
constructor
A new instance of IntervalReading.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ IntervalReading
Returns a new instance of IntervalReading.
4919 4920 4921 4922 |
# File 'lib/BuildingSync.rb', line 4919 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
4907 4908 4909 |
# File 'lib/BuildingSync.rb', line 4907 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
4911 4912 4913 |
# File 'lib/BuildingSync.rb', line 4911 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
4915 4916 4917 |
# File 'lib/BuildingSync.rb', line 4915 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |