Module: GNparser

Defined in:
lib/gnparser.rb,
lib/gnparser/client.rb,
lib/gnparser/version.rb

Overview

GNparser is a namespace module for gnparser gem.

Defined Under Namespace

Classes: Client, InputEnum

Constant Summary collapse

FORMATS =
{
  compact: Grpc::Format::Compact,
  pretty: Grpc::Format::Pretty,
  simple: Grpc::Format::Simple,
  debug: Grpc::Format::Debug
}.freeze
VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.versionObject



7
8
9
# File 'lib/gnparser/version.rb', line 7

def self.version
  VERSION
end