Class: Sequel::Postgres::PropertyGraph::Generator::Edge::Data

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

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



393
394
395
# File 'lib/sequel/adapters/shared/postgres.rb', line 393

def destination
  @destination
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



393
394
395
# File 'lib/sequel/adapters/shared/postgres.rb', line 393

def key
  @key
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



393
394
395
# File 'lib/sequel/adapters/shared/postgres.rb', line 393

def labels
  @labels
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



393
394
395
# File 'lib/sequel/adapters/shared/postgres.rb', line 393

def name
  @name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



393
394
395
# File 'lib/sequel/adapters/shared/postgres.rb', line 393

def source
  @source
end