Class: Trailblazer::Diagram::BPMN::Waypoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/diagram/bpmn.rb

Instance Attribute Summary collapse

Instance Attribute Details

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



13
14
15
# File 'lib/trailblazer/diagram/bpmn.rb', line 13

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



13
14
15
# File 'lib/trailblazer/diagram/bpmn.rb', line 13

def y
  @y
end