Sha256: 91549bdaa2b4565be54e5f5af7cfdf218cd9a477c3b090787b010746a238c3c7

Contents?: true

Size: 593 Bytes

Versions: 50

Compression:

Stored size: 593 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module Compute

        class CreateSnapshot < Fog::Parsers::Base

          def end_element(name)
            case name
            when 'description', 'ownerId', 'progress', 'snapshotId', 'status', 'volumeId'
              @response[name] = @value
            when 'requestId'
              @response[name] = @value
            when 'startTime'
              @response[name] = Time.parse(@value)
            when 'volumeSize'
              @response[name] = @value.to_i
            end
          end

        end

      end
    end
  end
end

Version data entries

50 entries across 50 versions & 3 rubygems

Version Path
fog-0.7.2 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.7.1 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.7.0 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.6.0 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.5.3 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.5.2 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.5.1 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.5.0 lib/fog/compute/parsers/aws/create_snapshot.rb
phpfog-fog-0.4.1.3 lib/fog/compute/parsers/aws/create_snapshot.rb
phpfog-fog-0.4.1.2 lib/fog/compute/parsers/aws/create_snapshot.rb
phpfog-fog-0.4.1.1 lib/fog/compute/parsers/aws/create_snapshot.rb
phpfog-fog-0.4.1 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.4.1 lib/fog/compute/parsers/aws/create_snapshot.rb
fog-0.4.0 lib/fog/aws/parsers/compute/create_snapshot.rb
fog-0.3.34 lib/fog/aws/parsers/compute/create_snapshot.rb
fog-0.3.33 lib/fog/aws/parsers/compute/create_snapshot.rb
fog-0.3.32 lib/fog/aws/parsers/compute/create_snapshot.rb
fog-0.3.31 lib/fog/aws/parsers/compute/create_snapshot.rb
fog-0.3.30 lib/fog/aws/parsers/compute/create_snapshot.rb
fog-0.3.29 lib/fog/aws/parsers/compute/create_snapshot.rb