Sha256: 142c005c0f2ce1cc365b884dab537de0d3bcc2cf41a566bee01912623c4b361a
Contents?: true
Size: 498 Bytes
Versions: 36
Compression:
Stored size: 498 Bytes
Contents
require 'require_all' module HaveAPI module GoClient # @param name [String] template within the `../../template/` directory, # without `.erb` suffix # @return [String] absolute path to the template def self.tpl(name) File.join( File.dirname(__FILE__), '..', '..', 'template', "#{name}.erb" ) end end end require_rel 'go_client/*.rb' require_rel 'go_client/authentication' require_rel 'go_client/parameters'
Version data entries
36 entries across 36 versions & 1 rubygems