Class: SequenceDiagram::Diagram::Call

Inherits:
Struct
  • Object
show all
Defined in:
lib/yard-sd/sequence_diagram/diagram.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



8
9
10
# File 'lib/yard-sd/sequence_diagram/diagram.rb', line 8

def block
  @block
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



8
9
10
# File 'lib/yard-sd/sequence_diagram/diagram.rb', line 8

def message
  @message
end

#p1Object

Returns the value of attribute p1

Returns:

  • (Object)

    the current value of p1



8
9
10
# File 'lib/yard-sd/sequence_diagram/diagram.rb', line 8

def p1
  @p1
end

#p2Object

Returns the value of attribute p2

Returns:

  • (Object)

    the current value of p2



8
9
10
# File 'lib/yard-sd/sequence_diagram/diagram.rb', line 8

def p2
  @p2
end

#returnObject

Returns the value of attribute return

Returns:

  • (Object)

    the current value of return



8
9
10
# File 'lib/yard-sd/sequence_diagram/diagram.rb', line 8

def return
  @return
end