Class: Xberg::DocumentRelationship

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDocumentRelationship

Returns a new instance of DocumentRelationship.

Parameters:



892
# File 'sig/types.rbs', line 892

def initialize: (source: Integer, target: Integer, kind: RelationshipKind) -> void

Instance Attribute Details

#kindRelationshipKind (readonly)

Returns the value of attribute kind.

Returns:



890
891
892
# File 'sig/types.rbs', line 890

def kind
  @kind
end

#sourceInteger (readonly)

Returns the value of attribute source.

Returns:

  • (Integer)


888
889
890
# File 'sig/types.rbs', line 888

def source
  @source
end

#targetInteger (readonly)

Returns the value of attribute target.

Returns:

  • (Integer)


889
890
891
# File 'sig/types.rbs', line 889

def target
  @target
end