class Emarsys::Language
Methods for the Lanugage API
Public Class Methods
collection(account: nil)
click to toggle source
List languages
@return [Hash] List of languages @example
Emarsys::Language.collection
# File lib/emarsys/data_objects/language.rb, line 15 def collection(account: nil) get account, 'language', {} end