Method: Assets#get_asset_info
- Defined in:
- lib/user/content/assets.rb
#get_asset_info(options) ⇒ Object
Get asset info.
Get info of an asset. TODO: Research if is an asset or many assets
Parameters
- options
-
(Hash) – List of Resource Collection Options shown above can be used as parameter.
143 144 145 |
# File 'lib/user/content/assets.rb', line 143 def get_asset_info() return @client.raw("get", "/content/assets/getAssetInfo", ) end |