Class: CommandTower::Deserializers::Audit::Events::ShowDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Audit::Events::ShowDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/audit/events.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#scope_value ⇒ Object
readonly
Returns the value of attribute scope_value.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
195 196 197 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 195 def id @id end |
#scope_value ⇒ Object (readonly)
Returns the value of attribute scope_value
195 196 197 |
# File 'app/deserializers/command_tower/deserializers/audit/events.rb', line 195 def scope_value @scope_value end |