Class: Oraora::Awareness::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/oraora/awareness.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



3
4
5
# File 'lib/oraora/awareness.rb', line 3

def key
  @key
end

#mapObject

Returns the value of attribute map

Returns:

  • (Object)

    the current value of map



3
4
5
# File 'lib/oraora/awareness.rb', line 3

def map
  @map
end

#object_typesObject

Returns the value of attribute object_types

Returns:

  • (Object)

    the current value of object_types



3
4
5
# File 'lib/oraora/awareness.rb', line 3

def object_types
  @object_types
end

#sqlObject

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



3
4
5
# File 'lib/oraora/awareness.rb', line 3

def sql
  @sql
end