class BaseEntity def CustomerId=(customerId) @customerId = customerId end def FriendlyName=(friendlyName) @friendlyName = friendlyName end def Status=(status) @status = status end end