Class: Rubyists::Dapr::Client::State::Item
- Inherits:
-
Struct
- Object
- Struct
- Rubyists::Dapr::Client::State::Item
- Defined in:
- lib/dapr/client/state.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
17 18 19 |
# File 'lib/dapr/client/state.rb', line 17 def data @data end |
#etag ⇒ Object
Returns the value of attribute etag
17 18 19 |
# File 'lib/dapr/client/state.rb', line 17 def etag @etag end |
#metadata ⇒ Object
Returns the value of attribute metadata
17 18 19 |
# File 'lib/dapr/client/state.rb', line 17 def end |