Sha256: 65116a3cfc2c868804bb9ccd3e73521dc509b1103c8c01bf25e4e9cb0e963e28

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

module Animoto
  class Manifest
    include ContentType
    
    # Returns a representation of this manifest as a Hash, used to populate
    # request bodies when directing, rendering, etc.
    #
    # @return [Hash] the manifest as a Hash
    def to_hash
      {}
    end
    
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
animoto-0.0.0.alpha9 ./lib/animoto/manifest.rb
animoto-0.0.0.alpha8 ./lib/animoto/manifest.rb
animoto-0.0.0.alpha7 ./lib/animoto/manifest.rb
animoto-0.0.0.alpha6 ./lib/animoto/manifest.rb
animoto-0.0.0.alpha5 ./lib/animoto/manifest.rb
animoto-0.0.0.alpha4 ./lib/animoto/manifest.rb