Class: BuildingSync::MeasureType::TypeOfMeasure::Removals
- Inherits:
-
Object
- Object
- BuildingSync::MeasureType::TypeOfMeasure::Removals
- Defined in:
- lib/BuildingSync.rb
Overview
inner class for member: Removals http://buildingsync.net/schemas/bedes-auc/2019Removals
removal - BuildingSync::MeasureType::TypeOfMeasure::Removals::Removal
Defined Under Namespace
Classes: Removal
Instance Attribute Summary collapse
-
#removal ⇒ Object
Returns the value of attribute removal.
Instance Method Summary collapse
-
#initialize(removal = nil) ⇒ Removals
constructor
A new instance of Removals.
Constructor Details
#initialize(removal = nil) ⇒ Removals
Returns a new instance of Removals.
5367 5368 5369 |
# File 'lib/BuildingSync.rb', line 5367 def initialize(removal = nil) @removal = removal end |
Instance Attribute Details
#removal ⇒ Object
Returns the value of attribute removal.
5365 5366 5367 |
# File 'lib/BuildingSync.rb', line 5365 def removal @removal end |