Method: Mints::User#get_content_template

Defined in:
lib/user.rb

#get_content_template(id, options = nil) ⇒ Object



205
206
207
# File 'lib/user.rb', line 205

def get_content_template(id, options = nil)
  return @client.get__content__templates(id, options)
end