Class: BuildingSync::TenantIDs
- Inherits:
-
Object
- Object
- BuildingSync::TenantIDs
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019TenantIDs
tenantID - BuildingSync::TenantIDs::TenantID
Defined Under Namespace
Classes: TenantID
Instance Attribute Summary collapse
-
#tenantID ⇒ Object
Returns the value of attribute tenantID.
Instance Method Summary collapse
-
#initialize(tenantID = nil) ⇒ TenantIDs
constructor
A new instance of TenantIDs.
Constructor Details
#initialize(tenantID = nil) ⇒ TenantIDs
Returns a new instance of TenantIDs.
21047 21048 21049 |
# File 'lib/BuildingSync.rb', line 21047 def initialize(tenantID = nil) @tenantID = tenantID end |
Instance Attribute Details
#tenantID ⇒ Object
Returns the value of attribute tenantID.
21045 21046 21047 |
# File 'lib/BuildingSync.rb', line 21045 def tenantID @tenantID end |