class Fog::Parsers::AWS::ECS::DeregisterTaskDefinition
Public Instance Methods
reset()
click to toggle source
# File lib/fog/aws/parsers/ecs/deregister_task_definition.rb, line 8 def reset @response = {} @result = 'DeregisterTaskDefinitionResult' @definition = 'taskDefinition' @response[@result] = { @definition => { 'volumes' => [], 'containerDefinitions' => [] } } @contexts = %w(volumes containerDefinitions command entryPoint environment links mountPoints portMappings volumesFrom) @context = [] @volume = {} @host = {} @container = {} @environment = {} @mountpoint = {} @portmapping = {} @volume_from = {} end