Class: Arrest::Edge
- Inherits:
-
Struct
- Object
- Struct
- Arrest::Edge
- Defined in:
- lib/arrest/transport/mem_source.rb
Instance Attribute Summary collapse
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tail ⇒ Object
Returns the value of attribute tail.
Instance Attribute Details
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
3 4 5 |
# File 'lib/arrest/transport/mem_source.rb', line 3 def foreign_key @foreign_key end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/arrest/transport/mem_source.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/arrest/transport/mem_source.rb', line 3 def name @name end |
#tail ⇒ Object
Returns the value of attribute tail
3 4 5 |
# File 'lib/arrest/transport/mem_source.rb', line 3 def tail @tail end |