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