Method: SDM::RemoteIdentityGroupHistory#initialize
- Defined in:
- lib/models/porcelain.rb
#initialize(activity_id: nil, deleted_at: nil, remote_identity_group: nil, timestamp: nil) ⇒ RemoteIdentityGroupHistory
8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604 |
# File 'lib/models/porcelain.rb', line 8594 def initialize( activity_id: nil, deleted_at: nil, remote_identity_group: nil, timestamp: nil ) @activity_id = activity_id == nil ? "" : activity_id @deleted_at = deleted_at == nil ? nil : deleted_at @remote_identity_group = remote_identity_group == nil ? nil : remote_identity_group = == nil ? nil : end |