module GeoEngineer::ApiGatewayHelpers

GeoEngineer::ApiGatewayHelpers Utility methods for ApiGateway resources

Public Class Methods

_rest_api_cache() click to toggle source
# File lib/geoengineer/resources/api_gateway/helpers.rb, line 6
def self._rest_api_cache
  @_rest_api_cache ||= {}
  @_rest_api_cache
end
_rest_api_resource_cache() click to toggle source
# File lib/geoengineer/resources/api_gateway/helpers.rb, line 11
def self._rest_api_resource_cache
  @_rest_api_resource_cache ||= {}
  @_rest_api_resource_cache
end
included(base) click to toggle source
# File lib/geoengineer/resources/api_gateway/helpers.rb, line 16
def self.included(base)
  base.extend(ClassMethods)
end