Class: Sequel::Postgres::PropertyGraph::Generator::Create::Data

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

Instance Attribute Summary collapse

Instance Attribute Details

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



425
426
427
# File 'lib/sequel/adapters/shared/postgres.rb', line 425

def edges
  @edges
end

#verticesObject

Returns the value of attribute vertices

Returns:

  • (Object)

    the current value of vertices



425
426
427
# File 'lib/sequel/adapters/shared/postgres.rb', line 425

def vertices
  @vertices
end