Class: CommandTower::Deserializers::Audit::Events::AdminListDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/audit/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject (readonly)

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def actions
  @actions
end

#actor_user_idObject (readonly)

Returns the value of attribute actor_user_id

Returns:

  • (Object)

    the current value of actor_user_id



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def actor_user_id
  @actor_user_id
end

#affected_user_idObject (readonly)

Returns the value of attribute affected_user_id

Returns:

  • (Object)

    the current value of affected_user_id



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def affected_user_id
  @affected_user_id
end

#attribution_modeObject (readonly)

Returns the value of attribute attribution_mode

Returns:

  • (Object)

    the current value of attribution_mode



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def attribution_mode
  @attribution_mode
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def limit
  @limit
end

#occurred_afterObject (readonly)

Returns the value of attribute occurred_after

Returns:

  • (Object)

    the current value of occurred_after



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def occurred_after
  @occurred_after
end

#occurred_beforeObject (readonly)

Returns the value of attribute occurred_before

Returns:

  • (Object)

    the current value of occurred_before



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def occurred_before
  @occurred_before
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def offset
  @offset
end

#originating_administrator_idObject (readonly)

Returns the value of attribute originating_administrator_id

Returns:

  • (Object)

    the current value of originating_administrator_id



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def originating_administrator_id
  @originating_administrator_id
end

#scope_valueObject (readonly)

Returns the value of attribute scope_value

Returns:

  • (Object)

    the current value of scope_value



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def scope_value
  @scope_value
end

#subject_typesObject (readonly)

Returns the value of attribute subject_types

Returns:

  • (Object)

    the current value of subject_types



123
124
125
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123

def subject_types
  @subject_types
end