Class: CommandTower::Deserializers::Audit::Events::UserListDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Audit::Events::UserListDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/audit/events.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
readonly
Returns the value of attribute actions.
-
#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.
-
#subject_types ⇒ Object
readonly
Returns the value of attribute subject_types.
Instance Attribute Details
#actions ⇒ Object (readonly)
Returns the value of attribute 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
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
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
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
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
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 8 def subject_types @subject_types end |