Class: Sequel::Postgres::PropertyGraph::Generator::Element::Data
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
277 278 279 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 277 def key @key end |
#labels ⇒ Object
Returns the value of attribute labels
277 278 279 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 277 def labels @labels end |
#name ⇒ Object
Returns the value of attribute name
277 278 279 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 277 def name @name end |