Class: Sequel::Postgres::PropertyGraph::Generator::Target::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/sequel/adapters/shared/postgres.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



347
348
349
# File 'lib/sequel/adapters/shared/postgres.rb', line 347

def key
  @key
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



347
348
349
# File 'lib/sequel/adapters/shared/postgres.rb', line 347

def name
  @name
end

#referencesObject

Returns the value of attribute references

Returns:

  • (Object)

    the current value of references



347
348
349
# File 'lib/sequel/adapters/shared/postgres.rb', line 347

def references
  @references
end