Class: Arrest::Edge

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrest/transport/mem_source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



3
4
5
# File 'lib/arrest/transport/mem_source.rb', line 3

def foreign_key
  @foreign_key
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/arrest/transport/mem_source.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/arrest/transport/mem_source.rb', line 3

def name
  @name
end

#tailObject

Returns the value of attribute tail

Returns:

  • (Object)

    the current value of tail



3
4
5
# File 'lib/arrest/transport/mem_source.rb', line 3

def tail
  @tail
end