Class: Oraora::Awareness::Entry
- Inherits:
-
Struct
- Object
- Struct
- Oraora::Awareness::Entry
- Defined in:
- lib/oraora/awareness.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#map ⇒ Object
Returns the value of attribute map.
-
#object_types ⇒ Object
Returns the value of attribute object_types.
-
#sql ⇒ Object
Returns the value of attribute sql.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
3 4 5 |
# File 'lib/oraora/awareness.rb', line 3 def key @key end |
#map ⇒ Object
Returns the value of attribute map
3 4 5 |
# File 'lib/oraora/awareness.rb', line 3 def map @map end |
#object_types ⇒ Object
Returns the value of attribute object_types
3 4 5 |
# File 'lib/oraora/awareness.rb', line 3 def object_types @object_types end |
#sql ⇒ Object
Returns the value of attribute sql
3 4 5 |
# File 'lib/oraora/awareness.rb', line 3 def sql @sql end |