Method: Assets#get_asset_sizes

Defined in:
lib/user/content/assets.rb

#get_asset_sizes(options) ⇒ Object

FIXME: Double get asset sizes method!

Get asset sizes.

Get a collection of sizes of an asset.

Parameters

options

(Hash) – List of Resource Collection Options shown above can be used as parameter.


226
227
228
# File 'lib/user/content/assets.rb', line 226

def get_asset_sizes(options)
    return @client.raw("get", "/content/assets/sizes", options)
end