Class: DatagroutConduit::WardenNamespace
- Inherits:
-
Object
- Object
- DatagroutConduit::WardenNamespace
- Defined in:
- lib/datagrout_conduit/namespaces/warden.rb
Instance Method Summary collapse
- #adjudicate(params = {}) ⇒ Object
- #canary(params = {}) ⇒ Object
- #ensemble(params = {}) ⇒ Object
-
#initialize(client) ⇒ WardenNamespace
constructor
A new instance of WardenNamespace.
- #verify_intent(params = {}) ⇒ Object
Constructor Details
#initialize(client) ⇒ WardenNamespace
Returns a new instance of WardenNamespace.
5 6 7 |
# File 'lib/datagrout_conduit/namespaces/warden.rb', line 5 def initialize(client) @client = client end |
Instance Method Details
#adjudicate(params = {}) ⇒ Object
17 18 19 |
# File 'lib/datagrout_conduit/namespaces/warden.rb', line 17 def adjudicate(params = {}) dg_call("warden.adjudicate", params) end |
#canary(params = {}) ⇒ Object
9 10 11 |
# File 'lib/datagrout_conduit/namespaces/warden.rb', line 9 def canary(params = {}) dg_call("warden.canary", params) end |
#ensemble(params = {}) ⇒ Object
21 22 23 |
# File 'lib/datagrout_conduit/namespaces/warden.rb', line 21 def ensemble(params = {}) dg_call("warden.ensemble", params) end |
#verify_intent(params = {}) ⇒ Object
13 14 15 |
# File 'lib/datagrout_conduit/namespaces/warden.rb', line 13 def verify_intent(params = {}) dg_call("warden.intent", params) end |