Class: BuildingSync::MVCost
- Inherits:
-
String
- Object
- String
- BuildingSync::MVCost
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019MVCost
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) ⇒ MVCost
constructor
A new instance of MVCost.
- #xmlattr_Source ⇒ Object
- #xmlattr_Source=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ MVCost
Returns a new instance of MVCost.
23866 23867 23868 23869 |
# File 'lib/BuildingSync.rb', line 23866 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
23854 23855 23856 |
# File 'lib/BuildingSync.rb', line 23854 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_Source ⇒ Object
23858 23859 23860 |
# File 'lib/BuildingSync.rb', line 23858 def xmlattr_Source __xmlattr[AttrSource] end |
#xmlattr_Source=(value) ⇒ Object
23862 23863 23864 |
# File 'lib/BuildingSync.rb', line 23862 def xmlattr_Source=(value) __xmlattr[AttrSource] = value end |