Class: BuildingSync::AssetScore::UseTypes::UseType
- Inherits:
-
Object
- Object
- BuildingSync::AssetScore::UseTypes::UseType
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019UseType
assetScoreData - BuildingSync::AssetScoreData
assetScoreUseType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#assetScoreData ⇒ Object
Returns the value of attribute assetScoreData.
-
#assetScoreUseType ⇒ Object
Returns the value of attribute assetScoreUseType.
Instance Method Summary collapse
-
#initialize(assetScoreData = nil, assetScoreUseType = nil) ⇒ UseType
constructor
A new instance of UseType.
Constructor Details
#initialize(assetScoreData = nil, assetScoreUseType = nil) ⇒ UseType
Returns a new instance of UseType.
21417 21418 21419 21420 |
# File 'lib/BuildingSync.rb', line 21417 def initialize(assetScoreData = nil, assetScoreUseType = nil) @assetScoreData = assetScoreData @assetScoreUseType = assetScoreUseType end |
Instance Attribute Details
#assetScoreData ⇒ Object
Returns the value of attribute assetScoreData.
21414 21415 21416 |
# File 'lib/BuildingSync.rb', line 21414 def assetScoreData @assetScoreData end |
#assetScoreUseType ⇒ Object
Returns the value of attribute assetScoreUseType.
21415 21416 21417 |
# File 'lib/BuildingSync.rb', line 21415 def assetScoreUseType @assetScoreUseType end |