module Gateway

SDK for gateway (sending messages and setting params)

Constants

VERSION

Attributes

config[RW]

Public Class Methods

root() click to toggle source

Return root path

@return [String]

# File lib/gateway.rb, line 13
def self.root
  File.dirname __FILE__
end