Class: EventStore::HTTP::Controls::ReadStream::OutputSchema::Optimized::Event::Example

Inherits:
Struct
  • Object
show all
Defined in:
lib/event_store/http/controls/read_stream/output_schema/optimized.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



25
26
27
# File 'lib/event_store/http/controls/read_stream/output_schema/optimized.rb', line 25

def data
  @data
end

#global_positionObject

Returns the value of attribute global_position

Returns:

  • (Object)

    the current value of global_position



25
26
27
# File 'lib/event_store/http/controls/read_stream/output_schema/optimized.rb', line 25

def global_position
  @global_position
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



25
26
27
# File 'lib/event_store/http/controls/read_stream/output_schema/optimized.rb', line 25

def id
  @id
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



25
26
27
# File 'lib/event_store/http/controls/read_stream/output_schema/optimized.rb', line 25

def 
  @metadata
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



25
26
27
# File 'lib/event_store/http/controls/read_stream/output_schema/optimized.rb', line 25

def position
  @position
end

#streamObject

Returns the value of attribute stream

Returns:

  • (Object)

    the current value of stream



25
26
27
# File 'lib/event_store/http/controls/read_stream/output_schema/optimized.rb', line 25

def stream
  @stream
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



25
26
27
# File 'lib/event_store/http/controls/read_stream/output_schema/optimized.rb', line 25

def type
  @type
end