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:



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

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

Instance Attribute Details

#kindRelationshipKind (readonly)

Returns the value of attribute kind.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def kind
  @kind
end

#sourceInteger (readonly)

Returns the value of attribute source.

Returns:

  • (Integer)


859
860
861
# File 'sig/types.rbs', line 859

def source
  @source
end

#targetInteger (readonly)

Returns the value of attribute target.

Returns:

  • (Integer)


860
861
862
# File 'sig/types.rbs', line 860

def target
  @target
end