Class: DatagroutConduit::EphemeralsNamespace
- Inherits:
-
Object
- Object
- DatagroutConduit::EphemeralsNamespace
- Defined in:
- lib/datagrout_conduit/namespaces/ephemerals.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ EphemeralsNamespace
constructor
A new instance of EphemeralsNamespace.
- #inspect(cache_ref) ⇒ Object
- #list(params = {}) ⇒ Object
Constructor Details
#initialize(client) ⇒ EphemeralsNamespace
Returns a new instance of EphemeralsNamespace.
5 6 7 |
# File 'lib/datagrout_conduit/namespaces/ephemerals.rb', line 5 def initialize(client) @client = client end |
Instance Method Details
#inspect(cache_ref) ⇒ Object
13 14 15 |
# File 'lib/datagrout_conduit/namespaces/ephemerals.rb', line 13 def inspect(cache_ref) dg_call("ephemerals.inspect", "data-grout/ephemerals.inspect", { "cache_ref" => cache_ref }) end |
#list(params = {}) ⇒ Object
9 10 11 |
# File 'lib/datagrout_conduit/namespaces/ephemerals.rb', line 9 def list(params = {}) dg_call("ephemerals.list", "data-grout/ephemerals.list", params) end |