Method: Mints::User#create_content_template

Defined in:
lib/user.rb

#create_content_template(data, options = nil) ⇒ Object



209
210
211
# File 'lib/user.rb', line 209

def create_content_template(data, options = nil)
  return @client.create__content__templates(data, options)
end