Method: SDM::RemoteIdentityGroupHistory#initialize
- Defined in:
- lib/models/porcelain.rb
#initialize(activity_id: nil, deleted_at: nil, remote_identity_group: nil, timestamp: nil) ⇒ RemoteIdentityGroupHistory
6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 |
# File 'lib/models/porcelain.rb', line 6534 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 |