Class: CommandTower::Deserializers::Intervention::EnvelopeDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Intervention::EnvelopeDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#allowed ⇒ Object
readonly
Returns the value of attribute allowed.
-
#blockers ⇒ Object
readonly
Returns the value of attribute blockers.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb', line 8 def action @action end |
#allowed ⇒ Object (readonly)
Returns the value of attribute allowed
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb', line 8 def allowed @allowed end |
#blockers ⇒ Object (readonly)
Returns the value of attribute blockers
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb', line 8 def blockers @blockers end |