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.
835 |
# File 'sig/types.rbs', line 835
def initialize: (source: Integer, target: Integer, kind: RelationshipKind) -> void
|
Instance Attribute Details
#kind ⇒ RelationshipKind (readonly)
Returns the value of attribute kind.
833 834 835 |
# File 'sig/types.rbs', line 833 def kind @kind end |
#source ⇒ Integer (readonly)
Returns the value of attribute source.
831 832 833 |
# File 'sig/types.rbs', line 831 def source @source end |
#target ⇒ Integer (readonly)
Returns the value of attribute target.
832 833 834 |
# File 'sig/types.rbs', line 832 def target @target end |