Class: BuildingSync::TenantType::TenantEmailAddresses::TenantEmailAddress
- Inherits:
-
Object
- Object
- BuildingSync::TenantType::TenantEmailAddresses::TenantEmailAddress
- Defined in:
- lib/BuildingSync.rb
Overview
http://buildingsync.net/schemas/bedes-auc/2019TenantEmailAddress
tenantEmailAddressLabel - SOAP::SOAPString
emailAddress - SOAP::SOAPString
Instance Attribute Summary collapse
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#tenantEmailAddressLabel ⇒ Object
Returns the value of attribute tenantEmailAddressLabel.
Instance Method Summary collapse
-
#initialize(tenantEmailAddressLabel = nil, emailAddress = nil) ⇒ TenantEmailAddress
constructor
A new instance of TenantEmailAddress.
Constructor Details
#initialize(tenantEmailAddressLabel = nil, emailAddress = nil) ⇒ TenantEmailAddress
Returns a new instance of TenantEmailAddress.
2119 2120 2121 2122 |
# File 'lib/BuildingSync.rb', line 2119 def initialize(tenantEmailAddressLabel = nil, emailAddress = nil) @tenantEmailAddressLabel = tenantEmailAddressLabel @emailAddress = emailAddress end |
Instance Attribute Details
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
2117 2118 2119 |
# File 'lib/BuildingSync.rb', line 2117 def emailAddress @emailAddress end |
#tenantEmailAddressLabel ⇒ Object
Returns the value of attribute tenantEmailAddressLabel.
2116 2117 2118 |
# File 'lib/BuildingSync.rb', line 2116 def tenantEmailAddressLabel @tenantEmailAddressLabel end |