Class: Utracker::Drawer::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/utracker/drawer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



3
4
5
# File 'lib/utracker/drawer.rb', line 3

def edges
  @edges
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of 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