Class: Trailblazer::Diagram::BPMN::Shape

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

Instance Attribute Summary collapse

Instance Attribute Details

#boundsObject

Returns the value of attribute bounds

Returns:

  • (Object)

    the current value of bounds



10
11
12
# File 'lib/trailblazer/diagram/bpmn.rb', line 10

def bounds
  @bounds
end

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



10
11
12
# File 'lib/trailblazer/diagram/bpmn.rb', line 10

def element
  @element
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/trailblazer/diagram/bpmn.rb', line 10

def id
  @id
end