Class: Xberg::DocumentRelationship
- Inherits:
-
Object
- Object
- Xberg::DocumentRelationship
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ RelationshipKind
readonly
Returns the value of attribute kind.
-
#source ⇒ Integer
readonly
Returns the value of attribute source.
-
#target ⇒ Integer
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize ⇒ DocumentRelationship
constructor
A new instance of DocumentRelationship.
Constructor Details
#initialize ⇒ DocumentRelationship
Returns a new instance of DocumentRelationship.
862 |
# File 'sig/types.rbs', line 862
def initialize: (source: Integer, target: Integer, kind: RelationshipKind) -> void
|
Instance Attribute Details
#kind ⇒ RelationshipKind (readonly)
Returns the value of attribute kind.
860 861 862 |
# File 'sig/types.rbs', line 860 def kind @kind end |
#source ⇒ Integer (readonly)
Returns the value of attribute source.
858 859 860 |
# File 'sig/types.rbs', line 858 def source @source end |
#target ⇒ Integer (readonly)
Returns the value of attribute target.
859 860 861 |
# File 'sig/types.rbs', line 859 def target @target end |