Class: Utracker::Drawer::Node
- Inherits:
-
Struct
- Object
- Struct
- Utracker::Drawer::Node
- Defined in:
- lib/utracker/drawer.rb
Instance Attribute Summary collapse
-
#edges ⇒ Object
Returns the value of attribute edges.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
Instance Attribute Details
#edges ⇒ Object
Returns the value of attribute edges
3 4 5 |
# File 'lib/utracker/drawer.rb', line 3 def edges @edges end |
#service ⇒ Object
Returns the value of attribute service
3 4 5 |
# File 'lib/utracker/drawer.rb', line 3 def service @service end |
Instance Method Details
#==(other) ⇒ Object
4 5 6 |
# File 'lib/utracker/drawer.rb', line 4 def ==(other) other.service == service end |