Class: Sequel::Postgres::PropertyGraph::Generator::Element::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



277
278
279
# File 'lib/sequel/adapters/shared/postgres.rb', line 277

def key
  @key
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



277
278
279
# File 'lib/sequel/adapters/shared/postgres.rb', line 277

def labels
  @labels
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



277
278
279
# File 'lib/sequel/adapters/shared/postgres.rb', line 277

def name
  @name
end