Sha256: 347c8a445ca5310c41ca26fe057b8f57a5373504359517ba22efecf9d5b2b217

Contents?: true

Size: 369 Bytes

Versions: 2

Compression:

Stored size: 369 Bytes

Contents

module Animoto
  module Manifests

    # @abstract
    class Base
      include Support::ContentType
    
      # Returns a representation of this manifest as a Hash, used to populate
      # request bodies when directing, rendering, etc.
      #
      # @return [Hash<String,Object>] the manifest as a Hash
      def to_hash
        {}
      end
    
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
animoto-0.1.0.beta1 ./lib/animoto/manifests/base.rb
animoto-0.1.0.beta0 ./lib/animoto/manifests/base.rb