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

#actions ⇒ Object (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

#limit ⇒ Object (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_after ⇒ Object (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_before ⇒ Object (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

#offset ⇒ Object (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_types ⇒ Object (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