Class: BuildingSync::BuildingType::PercentLeasedByOwner
- Inherits:
-
String
- Object
- String
- BuildingSync::BuildingType::PercentLeasedByOwner
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: PercentLeasedByOwner http://buildingsync.net/schemas/bedes-auc/2019PercentLeasedByOwner
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) ⇒ PercentLeasedByOwner
constructor
A new instance of PercentLeasedByOwner.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ PercentLeasedByOwner
Returns a new instance of PercentLeasedByOwner.
484 485 486 487 |
# File 'lib/BuildingSync.rb', line 484 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
472 473 474 |
# File 'lib/BuildingSync.rb', line 472 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
476 477 478 |
# File 'lib/BuildingSync.rb', line 476 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
480 481 482 |
# File 'lib/BuildingSync.rb', line 480 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |