./lib/animoto/assets/base.rb in animoto-0.1.1.beta1 vs ./lib/animoto/assets/base.rb in animoto-1.0.0
- old
+ new
@@ -17,10 +17,10 @@
end
# Returns a representation of this asset as a Hash. Used mainly for generating
# manifests.
#
- # @return [Hash<String,Object>] this asset as a Hash
+ # @return [Hash{String=>Object}] this asset as a Hash
def to_hash
{ 'source_url' => @source }
end
end
\ No newline at end of file