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

Version Path
portatext-1.6.1 lib/portatext/command/api/gsm_charset.rb
portatext-1.6.0 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.23 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.22 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.21 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.20 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.19 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.18 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.17 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.16 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.15 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.14 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.13 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.12 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.11 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.10 lib/portatext/command/api/gsm_charset.rb
portatext-1.5.9 lib/portatext/command/api/gsm_charset.rb