Sha256: 42c5d2380f8aad5a38e8ad3f64ea7f829cdaa31aa5e4887bae95ed63b398cdaf
Contents?: true
Size: 194 Bytes
Versions: 3
Compression:
Stored size: 194 Bytes
Contents
module Kong class Plugin include Base include BelongsToApi ATTRIBUTE_NAMES = %w(id api_id name config enabled consumer_id).freeze API_END_POINT = '/plugins/'.freeze end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kong-0.1.2 | lib/kong/plugin.rb |
kong-0.1.1 | lib/kong/plugin.rb |
kong-0.1.0 | lib/kong/plugin.rb |