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