Method: Mints::User#get_content_instances
- Defined in:
- lib/user.rb
permalink #get_content_instances(options = nil) ⇒ Object
Get content instances.
Get a collection of content instances
Parameters
-
options
- [Hash] List of Resource collection Options shown above can be used as parameter
159 160 161 |
# File 'lib/user.rb', line 159 def get_content_instances( = nil) return @client.get__content__instances() end |