Class: Rubyists::Dapr::Client::State::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/dapr/client/state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



17
18
19
# File 'lib/dapr/client/state.rb', line 17

def data
  @data
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



17
18
19
# File 'lib/dapr/client/state.rb', line 17

def etag
  @etag
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



17
18
19
# File 'lib/dapr/client/state.rb', line 17

def 
  
end