Class: CommandTower::Deserializers::Intervention::EnvelopeDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



8
9
10
# File 'app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb', line 8

def action
  @action
end

#allowedObject (readonly)

Returns the value of attribute allowed

Returns:

  • (Object)

    the current value of allowed



8
9
10
# File 'app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb', line 8

def allowed
  @allowed
end

#blockersObject (readonly)

Returns the value of attribute blockers

Returns:

  • (Object)

    the current value of blockers



8
9
10
# File 'app/deserializers/command_tower/deserializers/intervention/envelope_deserializer.rb', line 8

def blockers
  @blockers
end