Module: Gardefou
- Defined in:
- lib/gardefou.rb,
lib/gardefou/profile.rb,
lib/gardefou/storage.rb,
lib/gardefou/version.rb,
lib/gardefou/wrapper.rb,
lib/gardefou/garde_fou.rb
Defined Under Namespace
Modules: GuardedClient Classes: CallSignature, GardeFou, Profile, QuotaExceededError, StorageAdapter
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
-
.new(**options) ⇒ Object
Convenience method to create a new guard.
-
.with_profile(profile) ⇒ Object
Create a guard with a profile.
Class Method Details
.new(**options) ⇒ Object
Convenience method to create a new guard
10 11 12 |
# File 'lib/gardefou.rb', line 10 def self.new(**) GardeFou.new(**) end |