Sha256: c6900153888d34548b21434715213fc64665223b9baffc31c48d3968d51a7565
Contents?: true
Size: 437 Bytes
Versions: 17
Compression:
Stored size: 437 Bytes
Contents
module PortaText module Command module Api # The gsm_charset endpoint. # https://github.com/PortaText/docs/wiki/REST-API#api_gsm_charset # # Author:: Marcelo Gornstein (mailto:marcelog@portatext.com) # Copyright:: Copyright (c) 2015 PortaText # License:: Apache-2.0 class GsmCharset < Base def endpoint(_method) 'gsm_charset' end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems