Class: CommandTower::Deserializers::Audit::Events::UserListDeserializer::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



8
9
10
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 8

def actions
  @actions
end

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



8
9
10
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 8

def limit
  @limit
end

#occurred_afterObject (readonly)

Returns the value of attribute occurred_after

Returns:

  • (Object)

    the current value of occurred_after



8
9
10
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 8

def occurred_after
  @occurred_after
end

#occurred_beforeObject (readonly)

Returns the value of attribute occurred_before

Returns:

  • (Object)

    the current value of occurred_before



8
9
10
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 8

def occurred_before
  @occurred_before
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



8
9
10
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 8

def offset
  @offset
end

#subject_typesObject (readonly)

Returns the value of attribute subject_types

Returns:

  • (Object)

    the current value of subject_types



8
9
10
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 8

def subject_types
  @subject_types
end