Class: CommandTower::Deserializers::Audit::Events::AdminListDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Audit::Events::AdminListDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/audit/events.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
readonly
Returns the value of attribute actions.
-
#actor_user_id ⇒ Object
readonly
Returns the value of attribute actor_user_id.
-
#affected_user_id ⇒ Object
readonly
Returns the value of attribute affected_user_id.
-
#attribution_mode ⇒ Object
readonly
Returns the value of attribute attribution_mode.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#occurred_after ⇒ Object
readonly
Returns the value of attribute occurred_after.
-
#occurred_before ⇒ Object
readonly
Returns the value of attribute occurred_before.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#originating_administrator_id ⇒ Object
readonly
Returns the value of attribute originating_administrator_id.
-
#scope_value ⇒ Object
readonly
Returns the value of attribute scope_value.
-
#subject_types ⇒ Object
readonly
Returns the value of attribute subject_types.
Instance Attribute Details
#actions ⇒ Object (readonly)
Returns the value of attribute actions
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def actions @actions end |
#actor_user_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_mode ⇒ Object (readonly)
Returns the value of attribute attribution_mode
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def attribution_mode @attribution_mode end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def limit @limit end |
#occurred_after ⇒ Object (readonly)
Returns the value of attribute occurred_after
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def occurred_after @occurred_after end |
#occurred_before ⇒ Object (readonly)
Returns the value of attribute occurred_before
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def occurred_before @occurred_before end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def offset @offset end |
#originating_administrator_id ⇒ Object (readonly)
Returns the value of attribute 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_value ⇒ Object (readonly)
Returns the value of attribute scope_value
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def scope_value @scope_value end |
#subject_types ⇒ Object (readonly)
Returns the value of attribute subject_types
123 124 125 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 123 def subject_types @subject_types end |